projects
/
p5sagit/Devel-GlobalDestruction.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0ad28f9
)
Version 0.12
Devel-GlobalDestruction-0.12
Graham Knop [Fri, 1 Nov 2013 16:05:48 +0000 (12:05 -0400)]
Changes
patch
|
blob
|
blame
|
history
lib/Devel/GlobalDestruction.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
59bc652
..
14f08b3
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,4
+1,4
@@
-0.12
+0.12 Fri, 01 Nov 2013
* Fix detection when loaded during global destruction by checking B::main_cv
instead of B::main_start
* Bump Sub::Exporter::Progressive dependency to fix loading in global
diff --git
a/lib/Devel/GlobalDestruction.pm
b/lib/Devel/GlobalDestruction.pm
index
9ce9a70
..
092eb21
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.11';
+our $VERSION = '0.12';
use Sub::Exporter::Progressive -setup => {
exports => [ qw(in_global_destruction) ],