Blame README

Packit 82cce8
This is the README file for Module::ScanDeps, a module to recursively
Packit 82cce8
scan Perl programs for dependencies.
Packit 82cce8
Packit 82cce8
An application of Module::ScanDeps is to generate executables from scripts
Packit 82cce8
that contains necessary modules; this module supports two such projects,
Packit 82cce8
PAR and App::Packer.  Please see their respective documentations on CPAN
Packit 82cce8
for further information.
Packit 82cce8
Packit 82cce8
* Installation
Packit 82cce8
Packit 82cce8
Module::ScanDeps uses the standard perl module install process:
Packit 82cce8
Packit 82cce8
    perl Makefile.PL
Packit 82cce8
    make
Packit 82cce8
    make test
Packit 82cce8
    make install
Packit 82cce8
Packit 82cce8
* Copyright
Packit 82cce8
Packit 82cce8
Copyright 2002-2008 by Audrey Tang <autrijus@autrijus.org>;
Packit 82cce8
2005-2009 by Steffen Mueller <smueller@cpan.org>.
Packit 82cce8
Packit 82cce8
All rights reserved.  You can redistribute and/or modify
Packit 82cce8
this bundle under the same terms as Perl itself.
Packit 82cce8
Packit 82cce8
See <http://www.perl.com/perl/misc/Artistic.html>.