On Sun, Sep 25, 2005 at 06:44:06AM +0400, Alexandre Prokoudine wrote:
On 9/24/05, Bryce Harrington <bryce@...961...> wrote:
On Sat, Sep 24, 2005 at 05:58:23AM +0400, Alexandre Prokoudine wrote:
On 9/24/05, Bryce Harrington <bryce@...961...> wrote:
I can't find any Text::PDF::Util module at CPAN
There is a Text::PDF::Utils in this package:
I have it in /usr/share/perl/5.8/Text/PDF/, but Perl complains about Text::PDF::Util, not Text::PDF::Utils.
Sounds like a typo in the script perhaps...? Grep for Utils and correct it to Util and see if that fixes it.
Still no fun
avp@...998...:~/soft/build/graphics/pdf2svg$ perl -e "use PDF::API2" Can't locate PDF/API2/Basic/PDF/Util.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.7 /usr/local/share/perl/5.8.7 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /usr/share/perl/5.8/PDF/API2.pm line 51. BEGIN failed--compilation aborted at /usr/share/perl/5.8/PDF/API2.pm line 51. Compilation failed in require at -e line 1. BEGIN failed--compilation aborted at -e line 1.
Email me the Makefile.PL, I'll take a look at it and try to fix it.
Bryce