On 9/24/05, Bryce Harrington <bryce@...961...> wrote:
On Sat, Sep 24, 2005 at 12:20:50AM +0400, Alexandre Prokoudine wrote:
On 9/23/05, Bryce Harrington <bryce@...961...> wrote:
When that says 'ok', then do this to test it:
$ perl Makefile.PL
avp@...998...:~/soft/build/graphics/pdf2svg$ perl Makefile.PL Warning: prerequisite Text::PDF::API2 0 not found.
Did you mean 'Text::PDF'? I wasn't able to find a Text::PDF::API2 library on cpan...
Silly me.It was supposed to be PDF::API2.
http://search.cpan.org/author/AREIBENS/PDF-API2-0.46/lib/PDF/API2.pm
However...
avp@...998...:~/soft/build/graphics/pdf2svg$ perl Makefile.PL Warning: prerequisite PDF::API2 0 not found. Writing Makefile for pdf2svg
In the Makefile.PL, change 'scripts/pdf2svg' to 'pdf2svg' or whereever you put the pdf2svg script in the package.
Fixed. The output is above.
P.S. I'm sorry with wasting your time to teach me basics.
Alexandre