]> Dogcows Code - chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate/blob - Makefile.PL
got rid of the requirement to add id => undef
[chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate] / Makefile.PL
1 use strict;
2 use warnings;
3 use ExtUtils::MakeMaker;
4
5 WriteMakefile(
6 NAME => 'DBIx::Class::ResultSet::RecursiveUpdate',
7 AUTHOR => 'Zbigniew Lukasiak <zby@cpan.org>',
8 VERSION_FROM => 'lib/DBIx/Class/ResultSet/RecursiveUpdate.pm',
9 ABSTRACT_FROM => 'lib/DBIx/Class/ResultSet/RecursiveUpdate.pm',
10 PL_FILES => {},
11 PREREQ_PM => {
12 'Test::More' => 0,
13 'version' => 0,
14 'DBIx::Class' => 0,
15 'DBIx::Class::IntrospectableM2M' => 0,
16 },
17 dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
18 clean => { FILES => 'DBIx-Class-ResultSet-RecursiveUpdate-*' },
19 );
This page took 0.029786 seconds and 4 git commands to generate.