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
(from parent 1:
a8e6f76
)
Increase $sigtrap::VERSION to 1.07
author
Father Chrysostomos
<sprout@cpan.org>
Tue, 4 Dec 2012 14:57:58 +0000
(06:57 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Tue, 4 Dec 2012 18:51:21 +0000
(10:51 -0800)
lib/sigtrap.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/sigtrap.pm
b/lib/sigtrap.pm
index
f10e3e1
..
df728c8
100644
(file)
--- a/
lib/sigtrap.pm
+++ b/
lib/sigtrap.pm
@@
-8,7
+8,7
@@
sigtrap - Perl pragma to enable simple signal handling
use Carp;
-$VERSION = 1.0
6
;
+$VERSION = 1.0
7
;
$Verbose ||= 0;
sub import {