On Monday 15 January 2007 18:45, Jim Spath wrote: > I am running: > Ubuntu 6.06.1 LTS > Perl 5.8.7 # old > Catalyst 5.61 # old > DBIx::Class 0.07005 > Template 2.14 # old > > I'm guessing that the tutorial is assuming a more recent version of > Catalyst? The version I am using happens to be the most recent > available from the Ubuntu package repository.
Yup, that's your problem. You might want to use CPANPLUS::Dist::Deb to generate newer Catalyst packages. Working with outdated software is a pain, and is probably not worth it. If you need the ability to deploy a Catalyst application to a stock 6.06 LTS server, use PAR to bundle the newer Catalyst with your app: http://www.catalystframework.org/calendar/2006/4 Regards, Jonathan Rockway -- package JAPH;use Catalyst qw/-Debug/;($;=JAPH)->config(name => do { $,.=reverse qw[Jonathan tsu rehton lre rekca Rockway][$_].[split //, ";$;"]->[$_].q; ;for 1..4;$,=~s;^.;;;$,});$;->setup; _______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
