From: Florian Ragwitz Date: Sat, 5 Jun 2010 21:01:44 +0000 (+0200) Subject: Add authority metadata X-Git-Tag: 1.04~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FClass-MOP.git;a=commitdiff_plain;h=6b951296d0bc805af6bd4b6147b7797107d38c9c Add authority metadata --- diff --git a/Makefile.PL b/Makefile.PL index 12c6a96..2f8b607 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -33,6 +33,7 @@ test_requires 'Test::More' => '0.88'; test_requires 'Test::Exception' => '0.27'; repository 'git://git.moose.perl.org/Class-MOP.git'; +add_metadata(x_authority => 'cpan:STEVAN'); extra_tests();