File: README

package info (click to toggle)
libmodule-scandeps-perl 1.27-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 568 kB
  • sloc: perl: 2,880; makefile: 8; ansic: 1
file content (26 lines) | stat: -rw-r--r-- 780 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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

* Copyright

Copyright 2002-2008 by Audrey Tang <autrijus@autrijus.org>;
2005-2009 by Steffen Mueller <smueller@cpan.org>.

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>.