summaryrefslogtreecommitdiff
path: root/warnings.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-01-12 18:44:49 +0000
committerNicholas Clark <nick@ccl4.org>2006-01-12 18:44:49 +0000
commit98225a64488c895097b3ce3f7ac9c94f464be86b (patch)
tree844445b173ff28c32d345d8a96447613f45b538a /warnings.pl
parent54dc0f912bb497a6d6861fbfa3f067ec3cfdfe0c (diff)
downloadperl-98225a64488c895097b3ce3f7ac9c94f464be86b.tar.gz
Bump $VERSION in many modules that have changed.
p4raw-id: //depot/perl@26804
Diffstat (limited to 'warnings.pl')
-rw-r--r--warnings.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/warnings.pl b/warnings.pl
index 94cc34fbf6..ebe8759cb6 100644
--- a/warnings.pl
+++ b/warnings.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-$VERSION = '1.02_01';
+$VERSION = '1.02_02';
BEGIN {
push @INC, './lib';
@@ -432,7 +432,7 @@ __END__
package warnings;
-our $VERSION = '1.04';
+our $VERSION = '1.05';
=head1 NAME