Query: module::package::tutorial
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Module::Package::Tutorial(3pm) User Contributed Perl Documentation Module::Package::Tutorial(3pm)NAMEModule::Package::Tutorial - A Hands on GuideINTRODUCTIONWelcome to Module::Package. This tutorial is for people who want to package modules for CPAN, who want to make sure they are doing it the best they can, but who also want to spend more time working on their code than on becoming an expert packager. This tutorial is also for people who want to take their time and effort spent on packaging, and share new ideas and tricks with others. I'll start by taking a typical Makefile.PL written with Module::Install and show you how to turn this into various Module::Package configurations, eventually ending up with a single line Makefile.PL. Then I'll show you the ins and outs of making your own Module::Install plugin module to handle your common needs. Makefile.PL 2.0 I won't start with 1.0. Those days are long past. Here's what a typical Makefile.PL looks like these days. use strict; use inc::Module::Install; name 'Foo-Bar'; all_from 'lib/Foo/Bar.pm'; build_requires 'Test::More'; auto_include_deps; sign; WriteAll; ... This doc is a work in progress. Stay tuned ... Here's the the final version: use Module::Package 'All:good';AUTHORIngy doet Net <ingy@cpan.org>COPYRIGHT AND LICENSECopyright (c) 2011. Ingy doet Net. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://www.perl.com/perl/misc/Artistic.html perl v5.14.2 2011-06-07 Module::Package::Tutorial(3pm)
Similar Topics in the Unix Linux Community |
---|
I Need Tutorial How To Install R.h. Linux 7.0 |
Does the programming language matters? |
Shell Scripting Tutorial |
Deciphering the Code |
Perl variables inside Net::Telnet::Cisco Module doesn't work |