Shlomi Fish
2006-07-24 11:02:28 UTC
Hi all!
This is my first message to this list. To cut to the chase, I'm trying to
write a derived class from the "GD" distribution in CPAN (
http://search.cpan.org/dist/GD/ ). The code I have now is here:
http://eskimo.shlomifish.org/Files/files/code/perl/gd-phpfilter/
(Note that I wrote it for work, so it may be considered an in-house code of
sorts, and not really open-source yet. But it's perfectly OK to look at it.)
Now my problem is that I'm getting the following on "./Build test":
<<<
t/01-object.......ok 1/10Can't locate auto/GD/new.al in @INC (@INC
contains: /home/shlomi/progs/perl/cpan/GD-PHPFilter-0.01/blib/lib
/home/shlomi/progs/perl/cpan/GD-PHPFilter-0.01/blib/arch
/home/shlomi/apps/perl/modules/lib/perl5/site_perl/5.8.8/i386-linux
/home/shlomi/apps/perl/modules/lib/perl5/site_perl/5.8.8/i386-linux
/home/shlomi/apps/perl/modules/lib/perl5/site_perl/5.8.8
I inherit from "GD" and also have my own new() function (which I think is
unnecessary), so I don't know what I'm doing wrong.
Regards,
Shlomi Fish
---------------------------------------------------------------------
Shlomi Fish ***@iglu.org.il
Homepage: http://www.shlomifish.org/
Chuck Norris wrote a complete Perl 6 implementation in a day but then
destroyed all evidence with his bare hands, so no one will know his secrets.
This is my first message to this list. To cut to the chase, I'm trying to
write a derived class from the "GD" distribution in CPAN (
http://search.cpan.org/dist/GD/ ). The code I have now is here:
http://eskimo.shlomifish.org/Files/files/code/perl/gd-phpfilter/
(Note that I wrote it for work, so it may be considered an in-house code of
sorts, and not really open-source yet. But it's perfectly OK to look at it.)
Now my problem is that I'm getting the following on "./Build test":
<<<
t/01-object.......ok 1/10Can't locate auto/GD/new.al in @INC (@INC
contains: /home/shlomi/progs/perl/cpan/GD-PHPFilter-0.01/blib/lib
/home/shlomi/progs/perl/cpan/GD-PHPFilter-0.01/blib/arch
/home/shlomi/apps/perl/modules/lib/perl5/site_perl/5.8.8/i386-linux
/home/shlomi/apps/perl/modules/lib/perl5/site_perl/5.8.8/i386-linux
/home/shlomi/apps/perl/modules/lib/perl5/site_perl/5.8.8
I inherit from "GD" and also have my own new() function (which I think is
unnecessary), so I don't know what I'm doing wrong.
Regards,
Shlomi Fish
---------------------------------------------------------------------
Shlomi Fish ***@iglu.org.il
Homepage: http://www.shlomifish.org/
Chuck Norris wrote a complete Perl 6 implementation in a day but then
destroyed all evidence with his bare hands, so no one will know his secrets.