This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
debugger goof
[perl5.git] / lib / UNIVERSAL.pm
index f2f1fe9..a66f8d5 100644 (file)
@@ -1,5 +1,7 @@
 package UNIVERSAL;
 
+our $VERSION = '1.00';
+
 # UNIVERSAL should not contain any extra subs/methods beyond those
 # that it exists to define. The use of Exporter below is a historical
 # accident that should be fixed sometime.