]> Dogcows Code - chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate/blob - Makefile.PL
4a48f3d182c21c0d96d32faf66d66ed885925d89
[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.08011',
15 'DBIx::Class::IntrospectableM2M' => 0,
16 'SQL::Translator' => '0.08',
17 'Date::Time' => 0,
18 },
19 dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
20 clean => { FILES => 'DBIx-Class-ResultSet-RecursiveUpdate-*' },
21 );
This page took 0.031878 seconds and 3 git commands to generate.