--- /dev/null
+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.
use XSLoader;
-our $VERSION = '0.02';
+our $VERSION = '0.03';
use Sub::Exporter -setup => {
exports => [ qw(in_global_destruction) ],
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