X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=3203bafa15af8f79ec8d6c97ed37ca72ef9c3733;hb=fef47a8e19fdafd3f039a6c2494d2e8051b3faef;hp=d29d57b1868364eec9c03a2d7a9b15ecbb86ff24;hpb=b182d87b6ecfcf3ab58f4b13e5353f89c59a6e0a;p=dbsrgits%2FDBIx-Class.git diff --git a/Makefile.PL b/Makefile.PL index d29d57b..3203baf 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';