diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-12-30 09:58:08 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-12-30 09:58:08 +0000 |
commit | c5d4c3488c8559a959ab8dc29ca4459a2249b7f7 (patch) | |
tree | 75314678cabfaf51084cd5ad5b10fd062f5238d0 /lib/UNIVERSAL.pm | |
parent | d6f5fb5e3f248a3315eaa46900ff8d033787b5cd (diff) | |
download | perl-c5d4c3488c8559a959ab8dc29ca4459a2249b7f7.tar.gz |
Bump up UNIVERSAL's version to 1.02
(due to fix #21418)
p4raw-id: //depot/perl@22001
Diffstat (limited to 'lib/UNIVERSAL.pm')
-rw-r--r-- | lib/UNIVERSAL.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/UNIVERSAL.pm b/lib/UNIVERSAL.pm index c5f22eb4e9..8808271ef9 100644 --- a/lib/UNIVERSAL.pm +++ b/lib/UNIVERSAL.pm @@ -1,6 +1,6 @@ package UNIVERSAL; -our $VERSION = '1.01'; +our $VERSION = '1.02'; # UNIVERSAL should not contain any extra subs/methods beyond those # that it exists to define. The use of Exporter below is a historical |