This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make the 'slow ok' feature optional.
[perl5.git] / lib / Fatal.pm
index 9b0f28a..0ea5963 100644 (file)
@@ -1,11 +1,11 @@
 package Fatal;
 
-use 5.6.1;
+use 5.006_001;
 use Carp;
 use strict;
 our($AUTOLOAD, $Debug, $VERSION);
 
-$VERSION = 1.02;
+$VERSION = 1.03;
 
 $Debug = 0 unless defined $Debug;