in reply to Adding a class to a module - Can Module::Starter or Dist::Zilla help?
Fix, then run Makefile.PL, and then runmodule-starter --module=My::Module --author=joe jones \ --email=joe.jones@example.com --builder=ExtUtils::MakeMaker
Now to add a new class, add your class lib, then delete the pm_to_blib file. Rerun make, make manifest, and make dist. Whew! It's harder than I thought to explain it in simple English, but I hope that it makes some sense.make manifest make make test make install make dist
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Adding a class to a module - Can Module::Starter or Dist::Zilla help?
by mascip (Pilgrim) on Aug 12, 2012 at 05:48 UTC |