From: Karen Etheridge Date: Sun, 13 Jul 2014 04:21:45 +0000 (-0700) Subject: move repository to http://github.com/moose/MooseX-Types-DateTime-MoreCoercions X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=gitmo%2FMooseX-Types-DateTime-MoreCoercions.git move repository to github.com/moose/MooseX-Types-DateTime-MoreCoercions --- diff --git a/Changes b/Changes index 74d256d..cb6282e 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ + + - repository has moved to the GitHub Moose organization + 0.11 2012-12-11 12:33:01 Europe/London - Require perl 5.8.3, as Moose does diff --git a/Makefile.PL b/Makefile.PL index 4270150..9950f29 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -22,7 +22,7 @@ test_requires 'Test::use::ok' => '0.02'; test_requires 'Test::Exception' => '0.27'; test_requires 'Test::More'; -repository 'git://git.moose.perl.org/MooseX-Types-DateTime-MoreCoercions.git'; +repository 'https://github.com/moose/MooseX-Types-DateTime-MoreCoercions.git'; auto_install;