projects
/
p5sagit/Devel-GlobalDestruction.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
41ec1ea
)
Version 0.07
Devel-GlobalDestruction-0.07
Florian Ragwitz [Wed, 25 Jul 2012 15:14:16 +0000 (11:14 -0400)]
Changes
patch
|
blob
|
blame
|
history
lib/Devel/GlobalDestruction.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
d22d8fb
..
ae05f3f
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,4
@@
+0.07 Wed, 25 Jul 2012
* Actually detect errors in pure-perl test
* Add prototype to pure-perl pre-5.14 version
diff --git
a/lib/Devel/GlobalDestruction.pm
b/lib/Devel/GlobalDestruction.pm
index
418805d
..
5507824
100644
(file)
--- a/
lib/Devel/GlobalDestruction.pm
+++ b/
lib/Devel/GlobalDestruction.pm
@@
-3,7
+3,7
@@
package Devel::GlobalDestruction;
use strict;
use warnings;
-our $VERSION = '0.06';
+our $VERSION = '0.07';
use Sub::Exporter -setup => {
exports => [ qw(in_global_destruction) ],