-2.02 - 2010-03-07
-
- * fix CPAN #50762: mistaken use of $[
- (thanks to Zefram for spotting this)
- * no need to specify an empty MAN3PODS in the core anymore
- (thanks to Nicholas Clark for providing a patch)
-
2.01 - 2009-03-15
released without changes
################################################################################
#
-# $Revision: 20 $
+# $Revision: 18 $
# $Author: mhx $
-# $Date: 2010/03/07 16:01:41 +0100 $
+# $Date: 2008/11/26 23:12:58 +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) 1999, Graham Barr <gbarr@pobox.com>.
#
# This program is free software; you can redistribute it and/or
}
if ($ENV{'PERL_CORE'}) {
- # clean out const-* files in the core
- push @moreopts, realclean => { FILES => "const-c.inc const-xs.inc" };
+ # Pods will be built by installman.
+ push @moreopts, MAN3PODS => {},
+ realclean => { FILES => "const-c.inc const-xs.inc" };
}
else {
# IPC::SysV is in the core since 5.005
-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.
/*******************************************************************************
*
-* $Revision: 33 $
+* $Revision: 32 $
* $Author: mhx $
-* $Date: 2010/03/07 16:01:40 +0100 $
+* $Date: 2008/11/26 23:08:42 +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) 1999, Graham Barr <gbarr@pobox.com>.
*
* This program is free software; you can redistribute it and/or
################################################################################
#
-# $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
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
=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.
################################################################################
#
-# $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
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
=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.
################################################################################
#
-# $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
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
=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.
################################################################################
#
-# $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
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;
=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.
my @outdated = grep { (-M) > $depage } @files;
my @newdeps = grep { (-M) < $oldage } @deps;
- print STDERR <<EOM if @outdated;
+ print STDERR <<EOM;
***********************************************************************
if ($@) {
my $err = "Cannot regenerate constants:\n$@\n";
- if ($] < 5.006) {
+ if ($[ < 5.006) {
print STDERR $err;
exit 0;
}
################################################################################
#
-# $Revision: 15 $
+# $Revision: 13 $
# $Author: mhx $
-# $Date: 2010/03/07 16:53:32 +0100 $
+# $Date: 2008/11/28 18:08:11 +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) 1999, Graham Barr <gbarr@pobox.com>.
#
# This program is free software; you can redistribute it and/or
################################################################################
#
-# $Revision: 12 $
+# $Revision: 11 $
# $Author: mhx $
-# $Date: 2010/03/07 16:01:42 +0100 $
+# $Date: 2008/11/28 18:08:11 +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) 1999, Graham Barr <gbarr@pobox.com>.
#
# This program is free software; you can redistribute it and/or
################################################################################
#
-# $Revision: 4 $
+# $Revision: 3 $
# $Author: mhx $
-# $Date: 2010/03/07 16:01:42 +0100 $
+# $Date: 2007/10/13 19:07:53 +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) 1999, Graham Barr <gbarr@pobox.com>.
#
# This program is free software; you can redistribute it and/or
################################################################################
#
-# $Revision: 3 $
+# $Revision: 2 $
# $Author: mhx $
-# $Date: 2010/03/07 16:01:41 +0100 $
+# $Date: 2007/10/14 05:39:15 +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) 1999, Graham Barr <gbarr@pobox.com>.
#
# This program is free software; you can redistribute it and/or
################################################################################
#
-# $Revision: 16 $
+# $Revision: 15 $
# $Author: mhx $
-# $Date: 2010/03/07 16:01:42 +0100 $
+# $Date: 2008/11/28 18:08:11 +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) 1999, Graham Barr <gbarr@pobox.com>.
#
# This program is free software; you can redistribute it and/or
################################################################################
#
-# $Revision: 6 $
+# $Revision: 5 $
# $Author: mhx $
-# $Date: 2010/03/07 16:01:42 +0100 $
+# $Date: 2008/11/28 18:08:11 +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) 1999, Graham Barr <gbarr@pobox.com>.
#
# This program is free software; you can redistribute it and/or