in reply to Re^4: What CPAN modules are "good reads"?
in thread What CPAN modules are "good reads"?
Your criticism is absolutely on point and this is one thing I found wrong with the module when I first started using it on Monday. However, it is documented, in a way. The only reason I know this is I think I've read every single document written about Catalyst twice since Monday.
From the Tutorial:
When the Catalyst module is imported by the application code, Catalyst performs the first stage of its initialization. This includes loading the appropriate Engine module for the environment in which the application is running, loading any plugins and ensuring that the calling module (the application module) inherits from Catalyst (which makes the Catalyst methods config and setup available to the application module). (Emphasis mine.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: What CPAN modules are "good reads"?
by perrin (Chancellor) on Jun 16, 2005 at 13:29 UTC |