Building Perl projects with MakeMaker
By Sean Dague2005-05-01
Conclusion
I have only touched the tip of the iceberg here. Beyond just pure Perl projects, you can also manage C & Perl joint projects under this infrastructure. The infrastructure is built in Perl, which means that it is extremely portable, running on platforms ranging from Linux to Windows to S/390. Once you get used to this infrastructure, you will find it totally invaluable for all the projects you work on. You will never have to write an install script again, and through the use of well formed test cases, you can have a far higher level of confidence that your program is performing the way it was intended.
Tutorial Pages:
» The Module that Makes Makefiles and Much More
» Programming Products vs. Programs
» Anatomy of a MakeMaker Project
» Your First MakeMaker Project (make)
» Building Test Cases (make test)
» Installation (make install)
» Distributing Your Code (make dist)
» Conclusion
» Resources
First published by IBM DeveloperWorks
| Related Tutorials: » Random subroutines in Perl » Log Script Use » Creating Perl Modules for Web Sites » Bit Vector, Using Perl Vec » Build a Perl/CGI Voting System » Perl Range Operator |
