Catalyst-Action-Wizard

 view release on metacpan or  search on metacpan

t/mechanize/lib/WizardTest/WizardTestApp.pm  view on Meta::CPAN

package WizardTestApp;

use strict;
use warnings;

use Catalyst qw/
    Session
    Session::Store::Dummy
    Session::State::Cookie
/;

use CatalystX::Wizarded;

__PACKAGE__->config({ wizard => { autostash => 1, autoactivate => 1 }});

__PACKAGE__->setup;

1;

__END__



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