Perl module application template
From KDevelop
Almost every Perl project I work on requires a Perl module and because the point of a module is to allow code reuse on other projects they often end up being projects in themselves.
Attached a file and a link. One is a directory and files (tar.gz'ed) to place in languages/perl/app_templates/ to create a new application template for creating a standard Perl module. The other file is a patch to update the Makefile.am in languages/perl/ to include the new directory.
Links:
- http://www.rockerssoft.com/brockers/docs/perlmodule.tar.gz (original file)
- http://www.kdevelop.org/mediawiki/images/0/07/Perlmodule.zip (local copy)
- http://www.kdevelop.org/mediawiki/images/e/ee/Kdevelop.patch.zip (patch file)
Bobby