Skip to content

rschupp/Module-ScanDeps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the README file for Module::ScanDeps, a module to recursively
scan Perl programs for dependencies.

An application of Module::ScanDeps is to generate executables from scripts
that contains necessary modules; this module supports two such projects,
PAR and App::Packer.  Please see their respective documentations on CPAN
for further information.

* Installation

Module::ScanDeps uses the standard perl module install process:

    perl Makefile.PL
    make
    make test
    make install

* Source Repository

You can check out the most recent revision from Module::ScanDeps' GitHub repository:

    https://github.com/rschupp/Module-ScanDeps

* Contact

You can write to the mailing list at <[email protected]> (no subscription
required).  Archives of the mailing list are available at
<http://www.nntp.perl.org/group/perl.par>
or <https://www.mail-archive.com/[email protected]/>.

Please submit bug reports to <https://github.com/rschupp/Module-ScanDeps/issues>.

* Copyright

Copyright 2002-2008 by Audrey Tang <[email protected]>;
2005-2009 by Steffen Mueller <[email protected]>.

All rights reserved.  You can redistribute and/or modify
this bundle under the same terms as Perl itself.

See <http://www.perl.com/perl/misc/Artistic.html>.

About

(perl) Recursively scan Perl code for dependencies https://metacpan.org/pod/Module::ScanDeps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages