[Catalyst] error when installing Catalyst

Matt S Trout dbix-class at trout.me.uk
Sun Feb 26 15:52:31 CET 2006


On Sun, Feb 26, 2006 at 04:29:07PM +0200, Octavian Rasnita wrote:
> Thanks. I have succeeded installing it, but now it gives another error.
> 
> I have create the first app (named "catalyst"), running:
> 
> catalyst catalyst

You can't create an app called catalyst! It'll end up with the same class
name so the real Catalyst won't get loaded ...

(this would probably work on a real OS, but Windows is case-insensitive.
Use MyApp like all the examples do ....)

-- 
     Matt S Trout       Offering custom development, consultancy and support
  Technical Director    contracts for Catalyst, DBIx::Class and BAST. Contact
Shadowcat Systems Ltd.  mst (at) shadowcatsystems.co.uk for more information

 + Help us build a better perl ORM: http://dbix-class.shadowcatsystems.co.uk/ +



More information about the Catalyst mailing list