From: Tomas Doran (t0m) Date: Sun, 28 Jun 2009 13:06:46 +0000 (+0100) Subject: Add repository info to META.yml X-Git-Tag: 0.20~6^2~1^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=00c90522bc0a464b57e40abbc831eff178f04025;p=gitmo%2FMooseX-Storage.git Add repository info to META.yml --- diff --git a/Makefile.PL b/Makefile.PL index 563d892..9a5a447 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -35,5 +35,8 @@ build_requires 'Test::Deep' => '0'; build_requires 'Test::Exception' => '0'; build_requires 'Test::TempDir' => '0.02'; +resources repository => 'git://git.moose.perl.org/gitmo/MooseX-Storage.git'; + auto_install; WriteAll; +