Skip Menu |

This queue is for tickets about the Rose-DBx-Garden-Catalyst CPAN distribution.

Report information
The Basics
Id: 40048
Status: resolved
Priority: 0/
Queue: Rose-DBx-Garden-Catalyst

People
Owner: Nobody in particular
Requestors: nmarshall23 [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.10
Fixed in: (no value)



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
Subject: Re: [rt.cpan.org #40048] POD Synopsis instructions do not work
Date: Tue, 14 Oct 2008 20:00:23 -0500
To: bug-Rose-DBx-Garden-Catalyst [...] rt.cpan.org
From: Peter Karman <peter [...] peknet.com>
https://login.launchpad.net/+id/888xdct via RT wrote on 10/14/08 7:30 PM: Show quoted text
> Tue Oct 14 20:30:41 2008: Request 40048 was acted upon. > Transaction: Ticket created by https://login.launchpad.net/+id/888xdct > Queue: Rose-DBx-Garden-Catalyst > Subject: POD Synopsis instructions do not work > Broken in: 0.10 > Severity: (no value) > Owner: Nobody > Requestors: nmarshall23@gmail.com > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=40048 > > > > 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"
Usually that means that you are executing your RDGC script from a directory other than where your MyDB.pm file is sitting. If you try the tutorial here: http://www.catalystframework.org/calendar/2007/7 does it help? -- Peter Karman . http://peknet.com/ . peter@peknet.com
I will add a pointer to the Catalyst calendar entry in the next release.