From: Tomas Doran Date: Sun, 12 Feb 2012 00:42:41 +0000 (+0000) Subject: Add repository metadaa X-Git-Tag: v0.9.7~16 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FApp-FatPacker.git;a=commitdiff_plain;h=25ed65974d20941225a9b6d50ca0fa00788dc73a Add repository metadaa --- diff --git a/Changes b/Changes index dd69e5e..19b004d 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ + - Add repsoitory metadata to META.YML + 0.9.6 2011-01-18 - Use File::Path's "legacy" mkpath and rmtree functions. No longer needs File::Path >= 2.07. diff --git a/Makefile.PL b/Makefile.PL index e0dfa26..4277a81 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,4 +6,8 @@ all_from('lib/App/FatPacker.pm'); install_script('bin/fatpack'); +resources( + repository => "git://git.shadowcat.co.uk/p5sagit/App-FatPacker.git", +); + WriteAll;