X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=Makefile.PL;h=fd920f9a9bdfdb47b558bf6b6f575302d9134fda;hp=d98c7826d7d47b7b2eb0d655eb7a00c80a3aeebb;hb=b7b18f328d214290d4ae84dd94125d72db88db38;hpb=7d6f6a6ebc1523840fe942a4ea2a21ab467e002d diff --git a/Makefile.PL b/Makefile.PL index d98c782..fd920f9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -49,6 +49,8 @@ my $runtime_requires = { 'SQL::Abstract::Limit' => '0.13', 'Sub::Name' => '0.04', 'Data::Dumper::Concise' => '1.000', + 'Scope::Guard' => '0.03', + 'Context::Preserve' => '0.01', }; # this is so we can order requires alphabetically