X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-DBIx-Class-ResultSet-RecursiveUpdate;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=ca2968a2f01a70c888f5831a8178b666ba72f919;hp=0000000000000000000000000000000000000000;hb=424363ed169eae916480670bea2363322285855a;hpb=31f0eb77c2ea2257ef82cf097f626a331d66c46a diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..ca2968a --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,18 @@ +use strict; +use warnings; +use ExtUtils::MakeMaker; + +WriteMakefile( + NAME => 'DBIx::Class::ResultSet::RecursiveUpdate', + AUTHOR => 'Zbigniew Lukasiak ', + VERSION_FROM => 'lib/DBIx/Class/ResultSet/RecursiveUpdate.pm', + ABSTRACT_FROM => 'lib/DBIx/Class/ResultSet/RecursiveUpdate.pm', + PL_FILES => {}, + PREREQ_PM => { + 'Test::More' => 0, + 'version' => 0, + 'DBIx::Class' => 0, + }, + dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, + clean => { FILES => 'DBIx-Class-ResultSet-RecursiveUpdate-*' }, +);