Re: killing USE_5005THREADS in blead?
[p5sagit/p5-mst-13.2.git] / lib / Fatal.pm
index 9b0f28a..d135731 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.04;
 
 $Debug = 0 unless defined $Debug;
 
@@ -179,8 +179,8 @@ values are ignored.  For example
 
 =head1 AUTHOR
 
-Lionel.Cons@cern.ch
+Lionel Cons (CERN).
 
-prototype updates by Ilya Zakharevich ilya@math.ohio-state.edu
+Prototype updates by Ilya Zakharevich <ilya@math.ohio-state.edu>.
 
 =cut