• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Module/H21-Apr-2021-1,8221,309

script/H21-Apr-2021-261116

t/H21-Apr-2021-2,1951,522

AUTHORSH A D21-Nov-20161.6 KiB5654

ChangesH A D21-Apr-202130.3 KiB1,054680

LICENSEH A D21-Nov-201618.1 KiB384295

MANIFESTH A D21-Apr-20212.1 KiB7574

MANIFEST.SKIPH A D16-Aug-20201.3 KiB8148

META.jsonH A D21-Apr-20211.7 KiB7069

META.ymlH A D21-Apr-2021975 3938

Makefile.PLH A D13-Jan-20212.5 KiB7764

READMEH A D21-Dec-2016780 2718

README

1This is the README file for Module::ScanDeps, a module to recursively
2scan Perl programs for dependencies.
3
4An application of Module::ScanDeps is to generate executables from scripts
5that contains necessary modules; this module supports two such projects,
6PAR and App::Packer.  Please see their respective documentations on CPAN
7for further information.
8
9* Installation
10
11Module::ScanDeps uses the standard perl module install process:
12
13    perl Makefile.PL
14    make
15    make test
16    make install
17
18* Copyright
19
20Copyright 2002-2008 by Audrey Tang <autrijus@autrijus.org>;
212005-2009 by Steffen Mueller <smueller@cpan.org>.
22
23All rights reserved.  You can redistribute and/or modify
24this bundle under the same terms as Perl itself.
25
26See <http://www.perl.com/perl/misc/Artistic.html>.
27