This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pod changes, so change $VERSION.
authorJarkko Hietaniemi <jhi@iki.fi>
Sat, 13 Sep 2003 18:31:41 +0000 (18:31 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 13 Sep 2003 18:31:41 +0000 (18:31 +0000)
p4raw-id: //depot/perl@21213

lib/Fatal.pm

index bf410fe..d135731 100644 (file)
@@ -5,7 +5,7 @@ use Carp;
 use strict;
 our($AUTOLOAD, $Debug, $VERSION);
 
-$VERSION = 1.03;
+$VERSION = 1.04;
 
 $Debug = 0 unless defined $Debug;