[Catalyst-dev] Task-Catalyst-Tutorial-0.01.tar.gz
Jonathan Rockway
jon at jrock.us
Wed Sep 27 20:13:43 CEST 2006
> Yes, I think you should change the DBIx::Class::Schema line to
> DBIx::Class::Schema::Loader.
The thing is, the tutorial teaches you how to use DBIC::Schema, not
DBIC::Schema::Loader. It probably would have been better to use
DBIC::Schema::Loader, though... should the tutorial be changed, or
should we leave things as they are?
Thoughts from anyone here?
> DBIx::Class::Schema is included in DBIx::Class, which you already have a
> dependancy for.
As an aside, I like to depend on modules rather than distros -- that way
if it gets split up later my app will continue to work.
Also, I added C::D 1.0 as a dependency in r5032.
Regards,
--
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;
More information about the Catalyst-dev
mailing list