Catalyst-Action-Wizard

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

use strict;
use Module::Build;

my $build = Module::Build->new(
    license             => 'perl',
    module_name         => 'Catalyst::Action::Wizard',
    requires            => {
        'perl'                          => 5.006,
        'Catalyst'                      => 0.57,
        'Catalyst::Plugin::Session'     => 0.19,
        'HTTP::Message'                 => 1.57,
        'MRO::Compat'                   => 0,
    },
    build_requires      => {
        'ok'                                            =>  0,
        'Test::More'                                    =>  0,
        'Test::WWW::Mechanize::Catalyst'                =>  0,
        'Catalyst::Plugin::Session::State::Cookie'      =>  0,
        'MRO::Compat'                                   =>  0,
        'HTTP::Message'                                 =>  5.812,
    },
    create_makefile_pl  => 'passthrough',
    dist_abstract       => 'Catalyst::Action::Wizard -- Catalyst module for building wizards',
    dist_version_from   => 'lib/Catalyst/Action/Wizard.pm',
    recursive_test_files=> 1,
);

$build->create_build_script;



( run in 0.583 second using v1.01-cache-2.11-cpan-39bf76dae61 )