Change 20682 by [EMAIL PROTECTED] on 2003/08/13 17:19:03
Integrate:
[ 20680]
Subject: [PATCH] GNU Public General Public General GNU Public License License
From: Michael G Schwern <[EMAIL PROTECTED]>
Date: Wed, 13 Aug 2003 11:15:40 -0700
Message-ID: <[EMAIL PROTECTED]>
[ 20681]
Subject: [PATCH lib/lib_pm.PL utils/perlcc.PL utils/h2xs.PL] RE: script wanted
From: Robin Barker <[EMAIL PROTECTED]>
Date: Wed, 13 Aug 2003 18:05:38 +0100
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/maint-5.8/perl/lib/lib_pm.PL#4 integrate
... //depot/maint-5.8/perl/pod/perlartistic.pod#4 integrate
... //depot/maint-5.8/perl/pod/perlgpl.pod#3 integrate
... //depot/maint-5.8/perl/utils/h2xs.PL#8 integrate
... //depot/maint-5.8/perl/utils/perlcc.PL#3 integrate
Differences ...
==== //depot/maint-5.8/perl/lib/lib_pm.PL#4 (text) ====
Index: perl/lib/lib_pm.PL
--- perl/lib/lib_pm.PL#3~18946~ Tue Mar 11 22:13:00 2003
+++ perl/lib/lib_pm.PL Wed Aug 13 10:19:03 2003
@@ -58,7 +58,7 @@
print OUT <<'!NO!SUBS!';
our @ORIG_INC = @INC; # take a handy copy of 'original' value
-our $VERSION = '0.5564';
+our $VERSION = '0.5565';
my $Is_MacOS = $^O eq 'MacOS';
my $Mac_FS;
if ($Is_MacOS) {
==== //depot/maint-5.8/perl/pod/perlartistic.pod#4 (text) ====
Index: perl/pod/perlartistic.pod
--- perl/pod/perlartistic.pod#3~19955~ Thu Jul 3 04:26:56 2003
+++ perl/pod/perlartistic.pod Wed Aug 13 10:19:03 2003
@@ -1,7 +1,7 @@
=head1 NAME
-perlartistic -- the Perl Artistic License
+perlartistic - the Perl Artistic License
=head1 SYNOPSIS
==== //depot/maint-5.8/perl/pod/perlgpl.pod#3 (text) ====
Index: perl/pod/perlgpl.pod
--- perl/pod/perlgpl.pod#2~19439~ Wed May 7 10:11:48 2003
+++ perl/pod/perlgpl.pod Wed Aug 13 10:19:03 2003
@@ -1,7 +1,7 @@
=head1 NAME
-perlgpl -- the GNU Public General Public License, version 2
+perlgpl - the GNU General Public License, version 2
=head1 SYNOPSIS
==== //depot/maint-5.8/perl/utils/h2xs.PL#8 (text) ====
Index: perl/utils/h2xs.PL
--- perl/utils/h2xs.PL#7~20636~ Tue Aug 12 01:58:28 2003
+++ perl/utils/h2xs.PL Wed Aug 13 10:19:03 2003
@@ -492,7 +492,7 @@
use strict;
-my( $H2XS_VERSION ) = ' $Revision: 1.22 $ ' =~ /\$Revision:\s+([^\s]+)/;
+my( $H2XS_VERSION ) = ' $Revision: 1.23 $ ' =~ /\$Revision:\s+([^\s]+)/;
my $TEMPLATE_VERSION = '0.01';
my @ARGS = @ARGV;
my $compat_version = $];
==== //depot/maint-5.8/perl/utils/perlcc.PL#3 (text) ====
Index: perl/utils/perlcc.PL
--- perl/utils/perlcc.PL#2~20241~ Sun Jul 27 13:07:20 2003
+++ perl/utils/perlcc.PL Wed Aug 13 10:19:03 2003
@@ -42,6 +42,7 @@
# Version 2.01, Tom Christiansen, Thu Mar 30 08:25:14 MST 2000
# Version 2.02, Simon Cozens, Sun Apr 16 01:53:36 JST 2000
# Version 2.03, Edward Peschko, Mon Feb 26 12:04:17 PST 2001
+# Version 2.04, Enache Adrian,Fri, 18 Jul 2003 23:15:37 +0300
use strict;
use warnings;
@@ -52,7 +53,7 @@
use Fcntl qw(:DEFAULT :flock);
use File::Temp qw(tempfile);
use Cwd;
-our $VERSION = 2.03;
+our $VERSION = 2.04;
$| = 1;
$SIG{INT} = sub { exit(); }; # exit gracefully and clean up after ourselves.
End of Patch.