Bumping version to 0.02
[p5sagit/Devel-GlobalDestruction-XS.git] / lib / Devel / GlobalDestruction / XS.pm
index b9f935d..f8a4496 100644 (file)
@@ -2,7 +2,7 @@ package Devel::GlobalDestruction::XS;
 use strict;
 use warnings;
 
-our $VERSION = '0.00_01';
+our $VERSION = '0.02';
 
 require XSLoader;
 XSLoader::load(__PACKAGE__, $VERSION);
@@ -37,12 +37,16 @@ Arthur Axel 'fREW' Schmidt E<lt>frioux@gmail.comE<gt>
 
 Elizabeth Mattijsen E<lt>liz@dijkmat.nlE<gt>
 
-Greham Knop E<lt>haarg@haarg.orgE<gt>
+Graham Knop E<lt>haarg@haarg.orgE<gt>
 
 =head1 COPYRIGHT
 
-    Copyright (c) 2008 Yuval Kogman. All rights reserved
-    This program is free software; you can redistribute
-    it and/or modify it under the same terms as Perl itself.
+Copyright (c) 2008 - 2013 the Devel::GlobalDestruction::XS L</AUTHORS> as listed
+above.
+
+=head1 LICENSE
+
+This library is free software and may be distributed under the same terms
+as perl itself.
 
 =cut