Difference between revisions of "Creating a Perl Module"
From Organic Design wiki
(New page: {{procedure |description = This proced...) |
|||
| Line 3: | Line 3: | ||
|role = dev | |role = dev | ||
}} | }} | ||
| + | |||
| + | We need to make a general package first which: | ||
| + | *Collects a bunch of functions we use into one includable module | ||
| + | *Makes the module installable as one of potentially many modules within ''OrganicDesign::'' | ||
| + | *Adds the installation of it into the [[Debain Post Install]] | ||
| + | *Ensure easy upgradability (maybe by packaging into a debian package), see [[Creating a Debian package]] | ||
[[G:creating Debian packages]] | [[G:creating Debian packages]] | ||
Revision as of 06:02, 23 June 2008
| Creating a Perl Module Organic Design procedure |
We need to make a general package first which:
- Collects a bunch of functions we use into one includable module
- Makes the module installable as one of potentially many modules within OrganicDesign::
- Adds the installation of it into the Debain Post Install
- Ensure easy upgradability (maybe by packaging into a debian package), see Creating a Debian package



