Exercises, examples and other material relating to training module P773. This topic is presented on public course
Perl for Larger Projects
Perl for Larger Projects - Objects, huge data, SQL databases, XML, efficiency and other topics.
This advanced course takes the Perl programmer through
... http://www.wellho.net/course/plfull.html [course] |
use 5.008;
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
... http://www.wellho.net/resources/ex.php4?item=p773/Makefile.PL [code sample] |
package WhcStd;
use 5.008;
use strict;
use warnings;
use Carp;
require Exporter;
our @ISA = qw(Exporter);
# Items to export into callers namespace ... http://www.wellho.net/resources/ex.php4?item=p773/WhcStd.pm [code sample] |
Changes
Makefile.PL
MANIFEST
README
WhcStd.pm
t/1.t http://www.wellho.net/resources/ex.php4?item=p773/MANIFEST [code sample] |
# Before `make install' is performed this script should be runnable with
# `make test'. After `make install' it should work as `perl 1.t'
#########################
... http://www.wellho.net/resources/ex.php4?item=p773/1.t [code sample] |
Revision history for Perl extension WhcStd.
0.01 Mon Nov 8 13:33:49 2004
- original version; created by h2xs 1.22 with options
... http://www.wellho.net/resources/ex.php4?item=p773/Changes [code sample] |
WhcStd version 0.02
===================
This is the README file for WhcStd - a Perl Module that creates a base object
and methods to define allowable ... http://www.wellho.net/resources/ex.php4?item=p773/README [code sample] |
This topic is presented on public course
Perl for Larger Projects
Examples from our training material
| 1.t | Test routine for a sample module |
| Changes | Revision history - sample |
| MANIFEST | Sample list of contents |
| Makefile.PL | Sample Makefile.PL scrtipt to check distribution |
| README | Sample of install documentation |
| WhcStd.pm | Sample Object in CPAN / standard distribution form |
Background information
Some modules are
available for download as a sample of our material or under an
Open Training Notes License for free download from
http://www.training-notes.co.uk.
Topics covered in this module
Why and how to package modules.
Setting up a package structure.
Writing your package.
Writing the code.
Documentation.
Test Procedures.
Updates to the README file.
Updates to the Change Log.
Changes to the MakeFile.PL.
Bundling your package.
Installing your package.
Testing the Install.
Complete learning
If you are looking for a complete course and not just a information on a single subject, visit our
Listing and schedule page.
Well House Consultants specialise in training courses in
Python,
Perl,
PHP, and
MySQL. We run
Private Courses throughout the UK (and beyond for longer courses), and
Public Courses at our training centre in Melksham, Wiltshire, England.
It's surprisingly cost effective to come on our public courses -
even if
you live in a different
country or continent to us.
We have a technical library of over 700 books on the subjects on which we teach.
These books are available for reference at our training centre. Also
available is the Opentalk
Forum for discussion of technical questions.