
dbix-class at trout
Oct 5, 2008, 4:08 AM
Post #2 of 2
(577 views)
Permalink
|
On Fri, Oct 03, 2008 at 05:42:10PM +0000, shtil[at]comcast.net wrote: > I followed the standard recipe: > > catalyst.pl App > cd App > perl Makefile.pl > make > make install > > I noticed that root is not installed. > > Am I missing something? Are you sure it isn't installed? The "catalyst;" line will, provided you have inc/Module/Install/Catalyst.pm, chuck those files into an auto/ directory (this code is a cargo cult of the approach that Leon Brocard came up with which was eventually CPAN'ed as File::ShareDir and Module::Install::Share) -- Matt S Trout Need help with your Catalyst or DBIx::Class project? Technical Director http://www.shadowcat.co.uk/catalyst/ Shadowcat Systems Ltd. Want a managed development or deployment platform? http://chainsawblues.vox.com/ http://www.shadowcat.co.uk/servers/ _______________________________________________ Catalyst-dev mailing list Catalyst-dev[at]lists.scsys.co.uk http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst-dev
|