On Sat, Nov 11, 2006 at 06:55:52PM +0000, Anthony Gardner wrote:
> So, to cut a long story short .......... my .yml still isn't working at all.
Do you have the 'ConfigLoader' plugin listed in your 'use Catalyst'
line?
> I've made sure everything is indented with spaces, too.
>
> Here it is ....
>
> ---
> name: BookShop
> authentication:
> dbic:
> user_class: BookShopDB::User
> user_field: username
> password_field: password
The yaml looks okay to me, but you can check it with something like
this:
perl -MYAML -e 'YAML::LoadFile("your_filename_here.yml") ? print "ok\n" :
print "failed\n"'
-kolibrie
_______________________________________________
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/