projects
/
p5sagit/Devel-GlobalDestruction.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
aaccce0
)
Version 0.08
Devel-GlobalDestruction-0.08
Florian Ragwitz [Tue, 31 Jul 2012 20:19:31 +0000 (16:19 -0400)]
Changes
patch
|
blob
|
blame
|
history
lib/Devel/GlobalDestruction.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
e95f19e
..
a5eeb6a
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,4
@@
+0.08 Tue, 31 Jul 2012
* Switch to Sub::Exporter::Progressive
0.07 Wed, 25 Jul 2012
diff --git
a/lib/Devel/GlobalDestruction.pm
b/lib/Devel/GlobalDestruction.pm
index
1afa72a
..
0519b40
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.07';
+our $VERSION = '0.08';
use Sub::Exporter::Progressive -setup => {
exports => [ qw(in_global_destruction) ],