diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2010-03-07 12:31:23 -0800 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2010-03-07 12:31:23 -0800 |
commit | 47e9bce17f6c887ae177ab3580e24e7b130669c4 (patch) | |
tree | 5fca69740094bcf04e0c483b17ab551cdbccb738 /cpan/IPC-SysV/lib | |
parent | 3f0c6e0cbed905f71148ffe980911a9400706959 (diff) | |
download | perl-47e9bce17f6c887ae177ab3580e24e7b130669c4.tar.gz |
Revert "Upgrade to IPC::SysV 2.02" - We're frozen. This will be great when we unfreeze
This reverts commit 8a720e6ba3939d5db4327226c93348d5acf35145.
Diffstat (limited to 'cpan/IPC-SysV/lib')
-rw-r--r-- | cpan/IPC-SysV/lib/IPC/Msg.pm | 10 | ||||
-rw-r--r-- | cpan/IPC-SysV/lib/IPC/Semaphore.pm | 10 | ||||
-rw-r--r-- | cpan/IPC-SysV/lib/IPC/SharedMem.pm | 10 | ||||
-rw-r--r-- | cpan/IPC-SysV/lib/IPC/SysV.pm | 10 |
4 files changed, 20 insertions, 20 deletions
diff --git a/cpan/IPC-SysV/lib/IPC/Msg.pm b/cpan/IPC-SysV/lib/IPC/Msg.pm index daf213482e..44676757b6 100644 --- a/cpan/IPC-SysV/lib/IPC/Msg.pm +++ b/cpan/IPC-SysV/lib/IPC/Msg.pm @@ -1,12 +1,12 @@ ################################################################################ # -# $Revision: 18 $ +# $Revision: 17 $ # $Author: mhx $ -# $Date: 2010/03/07 16:01:42 +0100 $ +# $Date: 2007/10/15 20:29:06 +0200 $ # ################################################################################ # -# Version 2.x, Copyright (C) 2007-2010, Marcus Holland-Moritz <mhx@cpan.org>. +# Version 2.x, Copyright (C) 2007, Marcus Holland-Moritz <mhx@cpan.org>. # Version 1.x, Copyright (C) 1997, Graham Barr <gbarr@pobox.com>. # # This program is free software; you can redistribute it and/or @@ -21,7 +21,7 @@ use strict; use vars qw($VERSION); use Carp; -$VERSION = do { my @r = '$Snapshot: /IPC-SysV/2.02 $' =~ /(\d+\.\d+(?:_\d+)?)/; @r ? $r[0] : '9.99' }; +$VERSION = do { my @r = '$Snapshot: /IPC-SysV/2.01 $' =~ /(\d+\.\d+(?:_\d+)?)/; @r ? $r[0] : '9.99' }; $VERSION = eval $VERSION; # Figure out if we have support for native sized types @@ -234,7 +234,7 @@ Marcus Holland-Moritz <mhx@cpan.org> =head1 COPYRIGHT -Version 2.x, Copyright (C) 2007-2010, Marcus Holland-Moritz. +Version 2.x, Copyright (C) 2007, Marcus Holland-Moritz. Version 1.x, Copyright (c) 1997, Graham Barr. diff --git a/cpan/IPC-SysV/lib/IPC/Semaphore.pm b/cpan/IPC-SysV/lib/IPC/Semaphore.pm index aacb628e15..6f0c251ea4 100644 --- a/cpan/IPC-SysV/lib/IPC/Semaphore.pm +++ b/cpan/IPC-SysV/lib/IPC/Semaphore.pm @@ -1,12 +1,12 @@ ################################################################################ # -# $Revision: 19 $ +# $Revision: 18 $ # $Author: mhx $ -# $Date: 2010/03/07 16:01:43 +0100 $ +# $Date: 2007/10/15 20:29:08 +0200 $ # ################################################################################ # -# Version 2.x, Copyright (C) 2007-2010, Marcus Holland-Moritz <mhx@cpan.org>. +# Version 2.x, Copyright (C) 2007, Marcus Holland-Moritz <mhx@cpan.org>. # Version 1.x, Copyright (C) 1997, Graham Barr <gbarr@pobox.com>. # # This program is free software; you can redistribute it and/or @@ -22,7 +22,7 @@ use strict; use vars qw($VERSION); use Carp; -$VERSION = do { my @r = '$Snapshot: /IPC-SysV/2.02 $' =~ /(\d+\.\d+(?:_\d+)?)/; @r ? $r[0] : '9.99' }; +$VERSION = do { my @r = '$Snapshot: /IPC-SysV/2.01 $' =~ /(\d+\.\d+(?:_\d+)?)/; @r ? $r[0] : '9.99' }; $VERSION = eval $VERSION; # Figure out if we have support for native sized types @@ -309,7 +309,7 @@ Marcus Holland-Moritz <mhx@cpan.org> =head1 COPYRIGHT -Version 2.x, Copyright (C) 2007-2010, Marcus Holland-Moritz. +Version 2.x, Copyright (C) 2007, Marcus Holland-Moritz. Version 1.x, Copyright (c) 1997, Graham Barr. diff --git a/cpan/IPC-SysV/lib/IPC/SharedMem.pm b/cpan/IPC-SysV/lib/IPC/SharedMem.pm index bf962752ef..06240f2fb8 100644 --- a/cpan/IPC-SysV/lib/IPC/SharedMem.pm +++ b/cpan/IPC-SysV/lib/IPC/SharedMem.pm @@ -1,12 +1,12 @@ ################################################################################ # -# $Revision: 4 $ +# $Revision: 3 $ # $Author: mhx $ -# $Date: 2010/03/07 16:01:42 +0100 $ +# $Date: 2008/11/26 23:12:27 +0100 $ # ################################################################################ # -# Version 2.x, Copyright (C) 2007-2010, Marcus Holland-Moritz <mhx@cpan.org>. +# Version 2.x, Copyright (C) 2007, Marcus Holland-Moritz <mhx@cpan.org>. # Version 1.x, Copyright (C) 1997, Graham Barr <gbarr@pobox.com>. # # This program is free software; you can redistribute it and/or @@ -21,7 +21,7 @@ use strict; use vars qw($VERSION); use Carp; -$VERSION = do { my @r = '$Snapshot: /IPC-SysV/2.02 $' =~ /(\d+\.\d+(?:_\d+)?)/; @r ? $r[0] : '9.99' }; +$VERSION = do { my @r = '$Snapshot: /IPC-SysV/2.01 $' =~ /(\d+\.\d+(?:_\d+)?)/; @r ? $r[0] : '9.99' }; $VERSION = eval $VERSION; # Figure out if we have support for native sized types @@ -267,7 +267,7 @@ Marcus Holland-Moritz <mhx@cpan.org> =head1 COPYRIGHT -Version 2.x, Copyright (C) 2007-2010, Marcus Holland-Moritz. +Version 2.x, Copyright (C) 2007, Marcus Holland-Moritz. Version 1.x, Copyright (c) 1997, Graham Barr. diff --git a/cpan/IPC-SysV/lib/IPC/SysV.pm b/cpan/IPC-SysV/lib/IPC/SysV.pm index cd9ae4f297..eaa068bc46 100644 --- a/cpan/IPC-SysV/lib/IPC/SysV.pm +++ b/cpan/IPC-SysV/lib/IPC/SysV.pm @@ -1,12 +1,12 @@ ################################################################################ # -# $Revision: 25 $ +# $Revision: 24 $ # $Author: mhx $ -# $Date: 2010/03/07 16:01:43 +0100 $ +# $Date: 2008/11/28 18:08:10 +0100 $ # ################################################################################ # -# Version 2.x, Copyright (C) 2007-2010, Marcus Holland-Moritz <mhx@cpan.org>. +# Version 2.x, Copyright (C) 2007, Marcus Holland-Moritz <mhx@cpan.org>. # Version 1.x, Copyright (C) 1997, Graham Barr <gbarr@pobox.com>. # # This program is free software; you can redistribute it and/or @@ -24,7 +24,7 @@ use Config; require Exporter; @ISA = qw(Exporter); -$VERSION = do { my @r = '$Snapshot: /IPC-SysV/2.02 $' =~ /(\d+\.\d+(?:_\d+)?)/; @r ? $r[0] : '9.99' }; +$VERSION = do { my @r = '$Snapshot: /IPC-SysV/2.01 $' =~ /(\d+\.\d+(?:_\d+)?)/; @r ? $r[0] : '9.99' }; $XS_VERSION = $VERSION; $VERSION = eval $VERSION; @@ -177,7 +177,7 @@ Marcus Holland-Moritz <mhx@cpan.org> =head1 COPYRIGHT -Version 2.x, Copyright (C) 2007-2010, Marcus Holland-Moritz. +Version 2.x, Copyright (C) 2007, Marcus Holland-Moritz. Version 1.x, Copyright (c) 1997, Graham Barr. |