X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=6e1ed0d1761b58a5a52cb92a216a6171fd739bc1;hb=c299fd651ef9882032bc0ea11966f0abe43b0839;hp=9747fc4a82af666615f07c3b908afa68dc6132c4;hpb=8b4d80641f3fda13ee00e6615183265b121e53b1;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/Makefile.PL b/Makefile.PL index 9747fc4..6e1ed0d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -30,7 +30,7 @@ install_script (qw| homepage 'http://www.dbix-class.org/'; resources 'IRC' => 'irc://irc.perl.org/#dbix-class'; resources 'license' => 'http://dev.perl.org/licenses/'; -resources 'repository' => 'git://git.shadowcat.co.uk/dbsrgits/DBIx-Class.git'; +resources 'repository' => 'https://github.com/dbsrgits/DBIx-Class'; resources 'MailingList' => 'http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class'; resources 'bugtracker' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=DBIx-Class'; @@ -42,9 +42,6 @@ my $runtime_requires = { # FIXME - temporary, needs throwing out for something more efficient 'Data::Compare' => '1.22', - # Moo does not yet depend on this higher version - 'strictures' => '1.003001', - # DBI itself should be capable of installation and execution in pure-perl # mode. However it has never been tested yet, so consider XS for the time # being @@ -54,7 +51,7 @@ my $runtime_requires = { 'Sub::Name' => '0.04', # pure-perl (FatPack-able) libs - 'Class::Accessor::Grouped' => '0.10005', + 'Class::Accessor::Grouped' => '0.10007', 'Class::C3::Componentised' => '1.0009', 'Class::Inspector' => '1.24', 'Class::Method::Modifiers' => '1.06', @@ -64,7 +61,7 @@ my $runtime_requires = { 'Data::Page' => '2.00', 'Devel::GlobalDestruction' => '0', 'Hash::Merge' => '0.12', - 'Moo' => '0.009100', + 'Moo' => '1.000006', 'MRO::Compat' => '0.09', 'Module::Find' => '0.06', 'namespace::clean' => '0.20',