NAME
InSilico Build.PL
SYNOPSIS
For building a distribution:
- perl Build.PL
- perl Build dist
-
(version and README are taken from lib/InSilicoSpectro.pm) A InSilicoSpectro-VERSION.tar.gz is ready to be shipped.
For install
see Actions for more informations
WARNING: use perl Buil ppm to make to ppm dist (and not the standard ppmdist, because for pre-requisite are changed)
DESCRIPTION
Script based on the Module::Build package to make InSilicoSpectro distribution
ARGUMENTS
misc arguments
COMMENTS
To recover this list of used packages throughout the perl files: grep -e '^use ' -h `find . -name \*.p?`| perl -e 'while(<>){ print "".((split)[1])."\n";}' | grep -v strict | grep -v vars | grep -v InSilicoSpectro::| sort -u | sed "s/;//"
COPYRIGHT
Copyright (C) 2004-2005 Geneva Bioinformatics www.genebio.com
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library 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. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
AUTHORS
Alexandre Masselot, www.genebio.com