I have a series of modules that I would like to distribute for public
use. These modules convert RTF to XML, and they are all contained in a
folder called rtf.

Can anyone tell me how to package these modules for distribution? The
*Perl Cookbook* doesn't seem to be much help in this area. If I type 

h2xs -XA rtf

Then I am given just the tidbits to get started with making my module
ready for distribution.

How do I get all the modules in the right perl library? And how do I get
the executable to the right place? Also, I have a data table that the
script needs, and I have a dtd that also needs to be put in the right
place. I don't know exactly what the right place is right now--as long
as the script knows where they are, it will work.

I could have the user intall every thing manually, but that seems like
it is kind of a hack. I would like for a user to be able to type 

make
make install
make test

and have everything working right.

Thanks

Paul

-- 

************************
*Paul Tremblay         *
*[EMAIL PROTECTED]*
************************

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to