Re: [RDBO] Debian & Rose

2007-03-19 Thread Jonathan Vanasco
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 are timely. debian was notorious for a long time from having extremely out of d

Re: [RDBO] Debian & Rose

2007-03-19 Thread John Siracusa
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 questions I can... -John -

Re: [RDBO] Debian & Rose

2007-03-19 Thread Jeff Chimene
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 are timely. debian > was notorious for a long time

Re: [RDBO] Debian & Rose

2007-03-19 Thread Christopher H. Laco
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 are timely. debian >> was

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 answ

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 de

Re: [RDBO] Debian & Rose

2007-03-19 Thread John Siracusa
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->isa('Rose::DB::

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) >>