On Wed, 1 Oct 2003 09:37:14 +1000, Ron Savage wrote: Hi Folks
>>�Also take a look beyond DBIx::* at things like >>�http://search.cpan.org/author/DUNCAND/Rosetta-0.18/lib/Rosetta.pm >> > >�Will do. Actually, it seems Rosetta is a fake, at least for the time being. At line 123 of Rosetta.pm I see: sub new { return( Rosetta::Engine->new( @_[1..$#_] ) ); } but Rosetta::Engine is not shipped as part of the V 0.18 distro :-((. The docs for new() say: "This function creates a new Rosetta::Engine (or subclass) object and returns it. All of the method arguments are passed to initialize() as is; please see the POD for that method for an explanation of them." but the only initialize I can find is in package SQL::SyntaxModel. -- Cheers Ron Savage, [EMAIL PROTECTED] on 1/10/2003 http://savage.net.au/index.html
