
Distribution::Cooker - This is the description

use Distribution::Cooker;

Calls pre-run, collects information about
Create the bare object.
Initialize the object.
Method to call before run() starts its work. run() will call this for you. By default this is a no-op, but you can redefine it or override it in a subclass.
run() calls this method immediately after it creates the object but before it initializes it.
Method to call after run() ends its work. run() will call this for you. By default this is a no-op, but you can redefine it or override it in a subclass.
Take the templates and cook them. This version uses Template Toolkit, but you can make a subclass to override it.
Return the module name. With an argument, set the module name.
Return the module name. With an argument, set the module name.
Take a module name, such as Foo::Bar, and turn it into a distribution name, such as Foo-Bar.
Show the user MESSAGE, grap a line from STDIN, and return it.




brian d foy, <bdfoy@cpan.org>

Copyright (c) 2008, brian d foy, All Rights Reserved.
You may redistribute this under the same terms as Perl itself.