Re: [RDBO] Using the results of make_methods()

2007-03-26 Thread Jeff Chimene
John Siracusa wrote: On 3/23/07, Jeff Chimene [EMAIL PROTECTED] wrote: How do I eliminate the following error message? $ perl ./fred.pl Subroutine init_db redefined at inspectDB/DB/Object/AutoBase1.pm line 7. AutoBaseNNN.pm classes are the automatically generated RDBO base classes

Re: [RDBO] Using the results of make_methods()

2007-03-26 Thread Jeff Chimene
John Siracusa wrote: On 3/26/07, Jeff Chimene [EMAIL PROTECTED] wrote: John Siracusa wrote: On 3/23/07, Jeff Chimene [EMAIL PROTECTED] wrote: How do I eliminate the following error message? $ perl ./fred.pl Subroutine init_db redefined at inspectDB/DB/Object/AutoBase1.pm

Re: [RDBO] Using the results of make_methods()

2007-03-26 Thread Jeff Chimene
John Siracusa wrote: On 3/26/07, Jeff Chimene [EMAIL PROTECTED] wrote: make_classes(); sub make_classes { use base qw(Rose::DB Rose::DB::Object::Loader); You do not need to inherit from Rose::DB::Object::Loader. Loader is a standalone class that can do

[RDBO] Using the results of make_methods()

2007-03-23 Thread Jeff Chimene
Hi, Given the following file in the Access/ directory created by make_methods(): package inspectDB::Access::Manager; use base qw(Rose::DB::Object::Manager); use inspectDB::Access; sub object_class { 'inspectDB::Access' } __ PACKAGE__-make_manager_methods('access'); 1; and

Re: [RDBO] Debian Rose

2007-03-19 Thread Jeff Chimene
by trying to combine Debian Ubuntu. I've installed Rose::DB and ROSE::DB::Object from CPAN, and I'll track it that way. Thank-you for your support, jec On Mar 17, 2007, at 9:44 PM, Jeff Chimene wrote: Hi, I'd like to evaluate Rose::DB::Object for use w/ Catalyst. However, I cannot seem to get

Re: [RDBO] Debian Rose

2007-03-19 Thread Jeff Chimene
John Siracusa wrote: On 3/17/07, Jeff Chimene [EMAIL PROTECTED] wrote: I see that Rose hasn't been Debianized. Is this deliberate or has no Deb developer filed an ITP? It's certainly not deliberate. I don't use Debian, but if anyone wants to Debianize RDBO, I'll answer any

Re: [RDBO] Debian Rose

2007-03-19 Thread Jeff Chimene
Christopher H. Laco wrote: Jeff Chimene wrote: Jonathan Vanasco wrote: Try installing Scalar::Util by hand, or from a CPAN shell -- that module and a few others don't seem to like being installed as dependencies by many modules. few perl modules make it to debian packages, fewer

Re: [RDBO] Debian Rose

2007-03-19 Thread Jeff Chimene
John Siracusa wrote: On 3/19/07, Jeff Chimene [EMAIL PROTECTED] wrote: BTW, kudos for the make_modules() it did good job on a MySQL schema. I couldn't get make_classes() to work, though. From the tutorial @classes = $loader-make_classes; foreach my $class (@classes) { if($class

[RDBO] Debian Rose

2007-03-17 Thread Jeff Chimene
Hi, I'd like to evaluate Rose::DB::Object for use w/ Catalyst. However, I cannot seem to get it successfully installed on Debian Etch. I notice that someone else reported a successful install. However, it seems to fail on the Scalar::Util weak refererence problem. I cannot seem to find