From: Evan Carroll Date: Wed, 20 May 2009 04:55:41 +0000 (-0500) Subject: added github repo X-Git-Tag: 0.06 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Ftags%2F0.06;p=gitmo%2FMooseX-Types-DateTime-MoreCoercions.git added github repo --- diff --git a/Makefile.PL b/Makefile.PL index 02bef54..00c3fa2 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -20,6 +20,8 @@ test_requires 'Test::use::ok' => '0.02'; test_requires 'Test::Exception' => '0.27'; test_requires 'Test::More'; +repository 'git@github.com:EvanCarroll/mx-t-datetimex.git'; + auto_install; WriteAll;