From: Dave Rolsky Date: Mon, 24 Jan 2011 21:56:59 +0000 (-0600) Subject: Add x_authority metadata for BOBTFISH X-Git-Tag: 1.08~87 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Action-Serialize-Data-Serializer.git;a=commitdiff_plain;h=5ec67ed494d368fdcc2b3627fed22a770f1fdef6 Add x_authority metadata for BOBTFISH --- diff --git a/Makefile.PL b/Makefile.PL index fb4305d..8b0ce01 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -74,5 +74,7 @@ if ($Module::Install::AUTHOR) { repository 'git://git.shadowcat.co.uk/catagits/Catalyst-Action-REST.git'; +add_metadata( x_authority => 'cpan:BOBTFISH' ); + WriteAll;