[Catalyst] Here's my shot at an app to install Catalyst
Dependencies
Nathan Kurz
nate at verse.com
Thu Feb 9 16:16:46 CET 2006
On Thu, Feb 09, 2006 at 01:17:13AM -0800, John Napiorkowski wrote:
> I know this shell script is a brain dead way to do this, so I am
> looking for suggestions on how to improve it.
Hey John ---
Seems like a great start. I think there are two ways to go from here.
1) You could make your shell script into a Perl bundle. Bundles are
special Perl modules that do nothing other than load other
modules. Check 'perldoc CPAN' check the section 'Bundles'.
2) You could create a modified Makefile.PL or META.yml for
Task::Catalyst that declares these things as prerequisites. That
way they'll be loaded automatically by CPAN.
I think a thin approach might be better. Instead of ignoring the the
CPAN dependencies, add thin layer of definitions to supplement them
until the dependencies can be fixed. If it's only a few lines, it
will be easier to keep in sync as the dependencies change.
Thanks!
Nathan Kurz
nate at verse.com
More information about the Catalyst
mailing list