Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Problem loading PDF::CreateSimple

by ph0enix (Friar)
on Feb 19, 2009 at 14:43 UTC ( [id://745071]=note: print w/replies, xml ) Need Help??


in reply to Problem loading PDF::CreateSimple

Two steps are required

  1. Install module Error (at least version 0.15)

  2. Reorganize files after unpacking from archive. File CreateSimple.pm should be moved to subdirectory lib/PDF.

    Original archive structure is

    PDF/ PDF/CreateSimple/ PDF/CreateSimple/README PDF/CreateSimple/Makefile.PL PDF/CreateSimple/MANIFEST PDF/CreateSimple/Changes PDF/CreateSimple/CreateSimple.pm~ PDF/CreateSimple/CreateSimple.pm

    so change working directory to PDF/CreateSimple/, create lib/PDF subdirectory and move CreateSimple.pm into it.

After completing these steps you should be able to install module using commands:

perl Makefile.PL make && make install

You do not need to bother with make test because there are no tests defined for this module.

Replies are listed 'Best First'.
Re^2: Problem loading PDF::CreateSimple
by u671296 (Sexton) on Feb 20, 2009 at 15:22 UTC
    Thanks everybody. The module is working fine. Now I just need to work out how to use it.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://745071]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-25 17:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found