X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=c353ac5b09ba0ac5811ffddea37c8b8bfb57b0bf;hb=7edcccc1b8f7253f2c2ebce838dcdc20ea8246db;hp=e03aaa2a38a1d5424bd0d9eddba456c17477ad28;hpb=a19bdae0cbe2f9a611586184d84521aee987ac77;p=dbsrgits%2FDBIx-Class-UUIDColumns.git diff --git a/Makefile.PL b/Makefile.PL index e03aaa2..c353ac5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -21,6 +21,7 @@ if ( requires 'Data::UUID'; }; +requires 'Class::Accessor::Grouped'; build_requires 'DBD::SQLite' => '1.11'; recommends 'Data::UUID'; @@ -30,7 +31,7 @@ recommends 'UUID'; recommends 'Win32::Guidgen'; recommends 'Win32API::GUID'; -tests "t/*.t t/*/*.t"; +tests 't/*.t'; clean_files "DBIx-Class-UUIDColumns-* t/var"; eval { @@ -38,4 +39,5 @@ eval { }; auto_install; -WriteAll; + +WriteMakefile;