Version 0.03 Devel-GlobalDestruction-0.03
Florian Ragwitz [Wed, 1 Dec 2010 21:00:52 +0000 (22:00 +0100)]
Changes [new file with mode: 0644]
lib/Devel/GlobalDestruction.pm

diff --git a/Changes b/Changes
new file mode 100644 (file)
index 0000000..8dd124f
--- /dev/null
+++ b/Changes
@@ -0,0 +1,6 @@
+0.03
+  * Drop the XS code on perl versions recent enough to have ${^GLOBAL_PHASE}.
+  * Drop code to support perls older than 5.6.  We've always been depending on
+    5.6 anyway.
+    + Use XSLoader without a fallback to DynaLoader.
+    + Use our instead of use vars.
index 5fe7e89..3378882 100644 (file)
@@ -7,7 +7,7 @@ use warnings;
 
 use XSLoader;
 
-our $VERSION = '0.02';
+our $VERSION = '0.03';
 
 use Sub::Exporter -setup => {
        exports => [ qw(in_global_destruction) ],
@@ -75,10 +75,12 @@ This module is maintained using Darcs. You can get the latest version from
 L<http://nothingmuch.woobling.org/code>, and use C<darcs send> to commit
 changes.
 
-=head1 AUTHOR
+=head1 AUTHORS
 
 Yuval Kogman E<lt>nothingmuch@woobling.orgE<gt>
 
+Florian Ragwitz E<lt>rafl@debian.orgE<gt>
+
 =head1 COPYRIGHT
 
        Copyright (c) 2008 Yuval Kogman. All rights reserved