in reply to Introducing Apache2::ASP
Even so - good work!
A small issue I spotted - in your Makefile.PL for lots of your dependencies you don't list a module version. This is a Bad Idea as some modules have changed their interfaces over time. Test::More being an example. You should only give an empty version number if you're certain that any old version will work.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Introducing Apache2::ASP (dependency version requirements)
by ChemBoy (Priest) on Jun 05, 2007 at 16:38 UTC | |
|
Re^2: Introducing Apache2::ASP
by jdrago_999 (Hermit) on Jun 05, 2007 at 17:15 UTC |