projects
/
p5sagit/Devel-GlobalDestruction-XS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0924885
)
Release 0.01
0.01
Peter Rabbitson [Fri, 8 Mar 2013 13:48:49 +0000 (14:48 +0100)]
Changes
patch
|
blob
|
blame
|
history
lib/Devel/GlobalDestruction/XS.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
49790dd
..
8e47238
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,2
@@
-0.00_01
-
+0.01 2013-03-08 13:48 (UTC)
* Extracted XS code from Devel-GlobalDestruction to keep FatPacker happy
diff --git
a/lib/Devel/GlobalDestruction/XS.pm
b/lib/Devel/GlobalDestruction/XS.pm
index
02fa4b2
..
c728012
100644
(file)
--- a/
lib/Devel/GlobalDestruction/XS.pm
+++ b/
lib/Devel/GlobalDestruction/XS.pm
@@
-2,7
+2,7
@@
package Devel::GlobalDestruction::XS;
use strict;
use warnings;
-our $VERSION = '0.00_01';
+our $VERSION = '0.01';
require XSLoader;
XSLoader::load(__PACKAGE__, $VERSION);