Cody Fendant has asked for the wisdom of the Perl Monks concerning the following question:
I've created a module for my own purposes to access a particular SOAP interface.
All I've really done is make some .pm files which do what I want.
What are the steps I should follow if I want to make it a proper installable module with tests, which cpan etc. would place in the system path? Which tests should I write, at a minimum? Is there a good tutorial on this which Monks recommend?
Followup question: there are non-perl files (XML Templates) used by the module. What's the right way to place those files in order for the module to find them? Can I just put them in a templates directory inside the module's directory?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Tutorial on making a proper module?
by stevieb (Canon) on Jan 14, 2016 at 00:23 UTC | |
by Cody Fendant (Hermit) on Jan 14, 2016 at 03:50 UTC | |
by Anonymous Monk on Jan 14, 2016 at 04:39 UTC | |
by choroba (Cardinal) on Jan 14, 2016 at 09:56 UTC | |
by Anonymous Monk on Jan 14, 2016 at 10:16 UTC | |
by Cody Fendant (Hermit) on Jan 14, 2016 at 06:13 UTC | |
Re: Tutorial on making a proper module?
by toolic (Bishop) on Jan 14, 2016 at 00:54 UTC |