projects
/
p5sagit/Devel-GlobalDestruction.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0e762ad
)
changelog and version bump
Devel-GlobalDestruction-0.05
Jesse Luehrs [Thu, 26 Apr 2012 22:15:23 +0000 (17:15 -0500)]
Changes
patch
|
blob
|
blame
|
history
lib/Devel/GlobalDestruction.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
43b9663
..
7edf8f8
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,4
@@
+0.05 Thu, 26 Apr 2012
* Pure-perl implementation for situations where neither ${^GLOBAL_PHASE} nor
XS are available
diff --git
a/lib/Devel/GlobalDestruction.pm
b/lib/Devel/GlobalDestruction.pm
index
cf94048
..
99bc19d
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.04';
+our $VERSION = '0.05';
use Sub::Exporter -setup => {
exports => [ qw(in_global_destruction) ],