Subject: | POD Synopsis instructions do not work |
Having found CatalystX::CRUD I was hoping that
Rose::DBx::Garden::Catalyst would generate the setup code for me. When I
follow the Synopsis instructions exactly I get the Error "Can't locate
MyDB.pm in @INC"
I see that those instructions, have me using a Rose::DB, MyDB.pm that
does not exist. I have tried playing around with things, even borrowing
t/lib/MyDB.pm from the test suite. But that doesn't make completely
working code. What other code should I write to bootstrap my app?
I am using:
Rose-DBx-Garden-Catalyst-0.10
perl, v5.8.8 built for i486-linux-gnu-thread-multi
On Ubuntu 8.04
Catalyst and Rose where installed via CPAN.
Nick