On Tuesday 17 July 2007 02:02:20 pm Jim Spath wrote: > We use DBIx::Class for our model and the DBIC module for authentication > currently.
Just to clarify, DBIC and DBIx::Class are the same thing. DBIx::Class is a
lot to type, so modules that work with DBIx::Class are often called
something::DBIC. The new auth plugin is called ::DBIx::Class because
the ::DBIC name was already taken.
--
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;
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ 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/
