NAME
Makefile.PL - Makefile generator for Parse::Eyapp. Developer notes
SYNOPSIS
To build a 'public release'
make release
Before realising a distribution in CPAN via PAUSE do:
make publicdist
Remember to change the version number in Parse::Eyapp::Driver and Parse::Eyapp
To build the *.html files:
make html
To build pdf files:
make pdfs
To build dvi files:
make dvis
To make public the *.html files:
make publichtml
To make public pdf files:
make publicpdf
To delete generated docs (*.html, *.pdf, etc.)
make docclean
To run the tests on remote machines
make remotetest
(Set the environment variable
MACHINES
)To use Devel::Cover to study test coverage:
make coverage
DEPENDENCIES
To use this Makefile.PL
as developer is convenient to have installed:
Template toolkit
Pod2LaTeX
LaTeX
mpod2html
Devel::Cover
Parse::Yapp
AUTHOR
Casiano Rodriguez-Leon (casiano@ull.es)
LICENCE AND COPYRIGHT
Copyright (c) 2006-2008 Casiano Rodriguez-Leon (casiano@ull.es). All rights reserved.
These modules are free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.