From: Florian Ragwitz Date: Wed, 1 Dec 2010 21:00:52 +0000 (+0100) Subject: Version 0.03 X-Git-Tag: Devel-GlobalDestruction-0.03^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-GlobalDestruction.git;a=commitdiff_plain;h=ec94b9e154354895a9eb498f6dc6c314034f79bf Version 0.03 --- diff --git a/Changes b/Changes new file mode 100644 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. diff --git a/lib/Devel/GlobalDestruction.pm b/lib/Devel/GlobalDestruction.pm index 5fe7e89..3378882 100644 --- a/lib/Devel/GlobalDestruction.pm +++ b/lib/Devel/GlobalDestruction.pm @@ -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, and use C to commit changes. -=head1 AUTHOR +=head1 AUTHORS Yuval Kogman Enothingmuch@woobling.orgE +Florian Ragwitz Erafl@debian.orgE + =head1 COPYRIGHT Copyright (c) 2008 Yuval Kogman. All rights reserved