From: Peter Rabbitson Date: Wed, 24 Apr 2013 03:32:42 +0000 (+0200) Subject: Require bugfixed (and a tad faster) CAG X-Git-Tag: v0.08250~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=f390d66dabd6359ebe778a1e993956de122e1b85 Require bugfixed (and a tad faster) CAG --- diff --git a/Makefile.PL b/Makefile.PL index 89798e8..c86103a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -62,7 +62,7 @@ my $runtime_requires = { 'Sub::Name' => '0.04', # pure-perl (FatPack-able) libs - 'Class::Accessor::Grouped' => '0.10009', + 'Class::Accessor::Grouped' => '0.10010', 'Class::C3::Componentised' => '1.0009', 'Class::Inspector' => '1.24', 'Config::Any' => '0.20',