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