App-Schema-Deploy
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
use lib '.';
use strict;
use warnings;
use inc::Module::Install;
# Definition.
abstract 'Base class and script for Schema deploy.';
author 'Michal Josef Spacek <skim@cpan.org>';
author_requires 'English' => 0;
author_requires 'File::Object' => 0.05;
author_requires 'Test::More' => 0;
author_requires 'Test::NoWarnings' => 0;
author_requires 'Test::Pod' => 0;
author_requires 'Test::Pod::Coverage' => 0;
install_script 'bin/schema-deploy';
license 'bsd';
name 'App-Schema-Deploy';
perl_version 5.006;
readme_from 'bin/schema-deploy';
recursive_author_tests('xt');
requires 'English' => 0;
requires 'Error::Pure' => 0;
requires 'Getopt::Std' => 0;
resources 'bugtracker' => 'https://github.com/michal-josef-spacek/App-Schema-Deploy/issues',
resources 'homepage' => 'https://github.com/michal-josef-spacek/App-Schema-Deploy';
resources 'repository' => 'git://github.com/michal-josef-spacek/App-Schema-Deploy';
test_requires 'DBIx::Class::Core' => 0;
test_requires 'DBIx::Class::InflateColumn::DateTime' => 0;
test_requires 'DBIx::Class::Schema' => 0;
test_requires 'English' => 0;
test_requires 'File::Object' => 0;
test_requires 'File::Spec::Functions' => 0;
test_requires 'File::Temp' => 0;
test_requires 'IO::Barf' => 0;
test_requires 'SQL::Translator' => 0.11018;
test_requires 'Schema::Abstract' => 0.03;
test_requires 'Test::More' => 0;
test_requires 'Test::NoWarnings' => 0;
test_requires 'Test::Output' => 0;
test_requires 'Test::Warn' => 0.31;
tests_recursive;
version '0.05';
# Run.
WriteAll();
( run in 0.738 second using v1.01-cache-2.11-cpan-39bf76dae61 )