We've talked in the past about making it easier to get started with CGI::App and various recommended plugins.
One approach to this which is very easy is to use the "Task" system, which Catalyst does: http://search.cpan.org/~mramberg/Task-Catalyst-2.0000/ It's really just a bit of documentation: http://search.cpan.org/~mramberg/Task-Catalyst-2.0000/lib/Task/Catalyst.pm and a Makefile.PL which interviews you about which additional "features" you want to install: http://search.cpan.org/src/MRAMBERG/Task-Catalyst-2.0000/Makefile.PL ( As an aside, it's frustrating that "feature" is documented in Module::Install: http://search.cpan.org/dist/Module-Install/lib/Module/Install.pod ) It would nice to extend this a bit by providing a little description of each feature, but I suppose that would require digging in the Module::Install source to figure out how that might work. Mark --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
