X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=01ef65146df5f77b56bb91b631e3b2bf45d5d3bd;hb=ecb687463a4bf22f3736c1bff6a759ff525de48e;hp=d29d57b1868364eec9c03a2d7a9b15ecbb86ff24;hpb=b182d87b6ecfcf3ab58f4b13e5353f89c59a6e0a;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/Makefile.PL b/Makefile.PL index d29d57b..01ef651 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -18,7 +18,6 @@ $ENV{PERL5LIB} = join ($Config{path_sep}, @INC); ### All of them should go to DBIx::Class::Optional::Dependencies ### - name 'DBIx-Class'; perl_version '5.008001'; all_from 'lib/DBIx/Class.pm'; @@ -51,6 +50,8 @@ my $runtime_requires = { 'Data::Dumper::Concise' => '1.000', 'Scope::Guard' => '0.03', 'Context::Preserve' => '0.01', + 'Try::Tiny' => '0.04', + 'namespace::clean' => '0.14', }; # this is so we can order requires alphabetically