Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: How to install self written modules

by shotgunefx (Parson)
on Mar 03, 2006 at 15:14 UTC ( [id://534241]=note: print w/replies, xml ) Need Help??


in reply to How to install self written modules

You make it two modules.
cd mod_working_dir > h2xs -AX ABC::Test > h2xs -AX ABC::Test1

-Lee
"To be civilized is to deny one's nature."

Replies are listed 'Best First'.
Re^2: How to install self written modules
by jeanluca (Deacon) on Mar 03, 2006 at 15:33 UTC
    Ok, so you have to do
    perl Makefile.PL make make install
    for each module ?
    What if I've 100 modules ? Do I have to write a install script ?

    Luca
      I've not done a lot of modification to module installation scripts. There might be an easy and obvious solution (damn if I know though)

      You could make a script to make and install them all. Not that good with Make but you could probably right a makefile as well to handle the task.

      I'm getting the impression that you're after plugins. If so, 100 seems like a lot for any medium.

      May I ask what exactly you're trying to do?

      -Lee
      "To be civilized is to deny one's nature."
        Maybe plugins is the solutions, but Idon't know nothing about them.
        Anyway I'm writing a tool that can process data, different types of data. For each type of data I've a couple of modules which know how to deal with this data. So with time more and more types of data can be included, just by adding new modules that know how to deal with this data.

        Any suggestions what my approach for installing them should be ?

        Tnx
        Luca

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-19 19:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found