This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4be7a33
)
pod changes, so change $VERSION.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Sat, 13 Sep 2003 18:31:41 +0000
(18:31 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
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.0
3
;
+$VERSION = 1.0
4
;
$Debug = 0 unless defined $Debug;