projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4be7a33
)
pod changes, so change $VERSION.
Jarkko Hietaniemi [Sat, 13 Sep 2003 18:31:41 +0000 (18:31 +0000)]
p4raw-id: //depot/perl@21213
lib/Fatal.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Fatal.pm
b/lib/Fatal.pm
index
bf410fe
..
d135731
100644
(file)
--- a/
lib/Fatal.pm
+++ b/
lib/Fatal.pm
@@
-5,7
+5,7
@@
use Carp;
use strict;
our($AUTOLOAD, $Debug, $VERSION);
-$VERSION = 1.03;
+$VERSION = 1.04;
$Debug = 0 unless defined $Debug;