Change 34374 by [EMAIL PROTECTED] on 2008/09/16 11:14:10
Bump $warnings::VERSION to 1.05_01 to reflect change 30176.
Affected files ...
... //depot/maint-5.8/perl/lib/warnings.pm#14 edit
... //depot/maint-5.8/perl/warnings.pl#22 edit
Differences ...
==== //depot/maint-5.8/perl/lib/warnings.pm#14 (text+w) ====
Index: perl/lib/warnings.pm
--- perl/lib/warnings.pm#13~30176~ 2007-02-08 09:08:42.000000000 -0800
+++ perl/lib/warnings.pm 2008-09-16 04:14:10.000000000 -0700
@@ -6,7 +6,7 @@
package warnings;
-our $VERSION = '1.05';
+our $VERSION = '1.05_01';
=head1 NAME
==== //depot/maint-5.8/perl/warnings.pl#22 (text) ====
Index: perl/warnings.pl
--- perl/warnings.pl#21~32535~ 2007-11-28 11:38:15.000000000 -0800
+++ perl/warnings.pl 2008-09-16 04:14:10.000000000 -0700
@@ -435,7 +435,7 @@
package warnings;
-our $VERSION = '1.05';
+our $VERSION = '1.05_01';
=head1 NAME
End of Patch.