summaryrefslogtreecommitdiff
path: root/warnings.pl
diff options
context:
space:
mode:
Diffstat (limited to 'warnings.pl')
-rw-r--r--warnings.pl5
1 files changed, 2 insertions, 3 deletions
diff --git a/warnings.pl b/warnings.pl
index 942829b350..b720274e84 100644
--- a/warnings.pl
+++ b/warnings.pl
@@ -1,7 +1,6 @@
#!/usr/bin/perl
-
-$VERSION = '1.00';
+$VERSION = '1.01';
BEGIN {
push @INC, './lib';
@@ -476,7 +475,7 @@ __END__
package warnings;
-our $VERSION = '1.01';
+our $VERSION = '1.02';
=head1 NAME