
Dist::Zilla::Plugin::Catalyst::New - create a new catalyst project with dzil new

version 0.15

in {home}/.dzil/profiles/{profile}/profile.ini
[Catalyst::New / :DefaultModuleMaker]

this plugin is used to generate the same files Catalyst::Helper does when catalyst.pl App::Name is run.

You probably want more than just the bare minimum profile.ini, here's a more functional one. I suggest putting it in {home}/.dzil/profiles/catalyst/profile.ini
[DistINI]
[Catalyst::New / :DefaultModuleMaker]
[Git::Init]
Now you can run the following command to create a skeleton catalyst app.
dzil new -p catalyst MyApp
Obviously MyApp is arbitrary and can be named whatever you like.

required see Dist::Zilla::Role::ModuleMaker

or features depending on your opinion and the nature of the issue. The following are known "issue's".
Some files like README, Makefile.PL and some of the tests, etc, are better generated by dzil. Use existing dzil plugins to generate these.
For all other problems use the bug tracker


This software is Copyright (c) 2010 by Caleb Cushing.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)