Subject: | cas-starter.pl |
Date: | Thu, 24 Mar 2011 15:08:10 +0100 |
To: | bug-CGI-Application-Structured-Tools [...] rt.cpan.org |
From: | Alexx Roche <my.roges [...] gmail.com> |
Thank you for CAS - It is just what I wanted for my MVC webApp, but I think
I have found a bug:
This, (with the cryptic errors from DBIx::Class) caught me for a whole day.
$ cas-starter.pl --module=MyApp1 \
--author=gordon \
--email="vanamburg@cpan.org" \
--verbose
$ grep schema MyApp1/lib/MyApp1.pm
schema => '::DB',
and it /should/ be
schema => 'MyApp1::DB',
"There are no known bugs for this distribution." sounded so serious that I
believed it.
Thanks again for your work.
alexx
p.s. If you want to exand your tutorial, a "Deployment guide for $webserver
and shared webservers" would have helped me, though that might be something
for CGI::Application to cover.