projects
/
p5sagit/Devel-GlobalDestruction.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c65b758
)
Version 0.06
Devel-GlobalDestruction-0.06
Peter Rabbitson [Wed, 13 Jun 2012 22:56:26 +0000 (
00:56
+0200)]
Changes
patch
|
blob
|
blame
|
history
lib/Devel/GlobalDestruction.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
068290f
..
7c56904
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,4
@@
+0.06 Thu, 14 Jun 2012
* De-retardize XS-less behavior under SpeedyCGI
* Test suite now works from within space-containing paths
diff --git
a/lib/Devel/GlobalDestruction.pm
b/lib/Devel/GlobalDestruction.pm
index
aa623fa
..
9030ae7
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.05';
+our $VERSION = '0.06';
use Sub::Exporter -setup => {
exports => [ qw(in_global_destruction) ],