I
Ilias Lazaridis
I have a folder with several perl code modules, organized in several
sub-folders.
I've checked out the code via svn on several machines and things run
fine.
Now I have to make the code (under development) available system-wide.
I've looked in several articles and documentation, but got mostly
confused.
My questions are basicly:
a) How can I make aν svn checked out folder available as a system-wide
importable module (e.g. a command which adds the folder to the "perl
module search path").
b) How can I convert existing code into a module? (e.g. a command
which creates an installable package)
..
sub-folders.
I've checked out the code via svn on several machines and things run
fine.
Now I have to make the code (under development) available system-wide.
I've looked in several articles and documentation, but got mostly
confused.
My questions are basicly:
a) How can I make aν svn checked out folder available as a system-wide
importable module (e.g. a command which adds the folder to the "perl
module search path").
b) How can I convert existing code into a module? (e.g. a command
which creates an installable package)
..