Fix haargs name, rewrite copyright/license, moar META
Peter Rabbitson [Fri, 8 Mar 2013 13:33:09 +0000 (14:33 +0100)]
Makefile.PL
lib/Devel/GlobalDestruction/XS.pm

index 076fdc4..8e97065 100644 (file)
@@ -15,7 +15,9 @@ my %RUN_DEPS = (
 
 my %WriteMakefileArgs = (
   NAME                => 'Devel::GlobalDestruction::XS',
+  AUTHOR              => 'Yuval Kogman <nothingmuch@woobling.org>',
   VERSION_FROM        => 'lib/Devel/GlobalDestruction/XS.pm',
+  ABSTRACT_FROM       => 'lib/Devel/GlobalDestruction/XS.pm',
   LICENSE             => 'perl',
   INSTALLDIRS         => 'site',
   PL_FILES            => { },
index b9f935d..02fa4b2 100644 (file)
@@ -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