[RDBO] ANNOUNCE: Rose::DB::Object 0.62 released

2006-01-06 Thread John Siracusa
A new version of Rose::DB (0.59) is required. This is yet another loader/make_modules() fix. The full change list is below. The files have been uploaded to CPAN and are up on SF.net as well: http://sourceforge.net/project/showfiles.php?group_id=147570 -John Rose::DB::Object: 0.62 (01.06.2006

[RDBO] Another make_modules question

2006-01-06 Thread Sean Davis
My loader script: #!/usr/bin/perl use strict; use warnings; use lib '../lib'; use Rose::DB::Object::Loader; use Dog::DB; use Dog::DB::Base; my $loader = Rose::DB::Object::Loader->new( db => Dog::DB->new, class_prefix => 'Dog::DB', base_classes => 'Dog::DB