From: Peter Rabbitson Date: Fri, 30 Nov 2012 14:44:26 +0000 (+0100) Subject: Some dependency bumps X-Git-Tag: v0.08205~64 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=90fb8e194373bd17b969e68c32c75f9577e43966 Some dependency bumps - CAG 0.10008 causes DBIC test fails - D::GD before 0.09 is broken on threads in pure-perl mode - Latest MRO::Compat will upgrade Class::C3 and Class::C3::XS automatically - Older Module::Find will not go follow symlinks, upgrade to avoid deployment differences - Older namespace::clean is too complex - use one where complexity lives in B::Hooks::EndOfScope - Bump Try::Tiny API --- diff --git a/Makefile.PL b/Makefile.PL index 59373d1..89f64f5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -56,23 +56,23 @@ my $runtime_requires = { 'Sub::Name' => '0.04', # pure-perl (FatPack-able) libs - 'Class::Accessor::Grouped' => '0.10007', + 'Class::Accessor::Grouped' => '0.10009', 'Class::C3::Componentised' => '1.0009', 'Class::Inspector' => '1.24', 'Config::Any' => '0.20', 'Context::Preserve' => '0.01', 'Data::Dumper::Concise' => '2.020', 'Data::Page' => '2.00', - 'Devel::GlobalDestruction' => '0', + 'Devel::GlobalDestruction' => '0.09', 'Hash::Merge' => '0.12', 'Moo' => '1.000006', - 'MRO::Compat' => '0.09', - 'Module::Find' => '0.06', - 'namespace::clean' => '0.20', + 'MRO::Compat' => '0.12', + 'Module::Find' => '0.07', + 'namespace::clean' => '0.24', 'Path::Class' => '0.18', 'Scope::Guard' => '0.03', 'SQL::Abstract' => '1.73', - 'Try::Tiny' => '0.04', + 'Try::Tiny' => '0.07', }; my $build_requires = {