NAME
Dist::Zilla::Plugin::Catalyst::New - create a new catalyst project with dzil new
VERSION
version 0.15
SYNOPSIS
in {home}/.dzil/profiles/{profile}/profile.ini
[Catalyst::New / :DefaultModuleMaker]
DESCRIPTION
this plugin is used to generate the same files Catalyst::Helper does when catalyst.pl App::Name
is run.
EXAMPLE
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.
METHODS
make_module
required see Dist::Zilla::Role::ModuleMaker
BUGS
or features depending on your opinion and the nature of the issue. The following are known "issue's".
Doesn't create all the files catalyst.pl does
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
AUTHORS
Caleb Cushing <xenoterracide@gmail.com>
Tomas Doran <bobtfish@bobtfish.net>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2010 by Caleb Cushing.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)