The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

scandeps.pl - Scan file prerequisites

SYNOPSIS

    % scandeps.pl *.pm          # Print PREREQ_PM section for *.pm
    % scandeps.pl -B *.pm       # Include core modules

DESCRIPTION

scandeps.pl is a simple-minded utility that prints out the PREREQ_PM section needed by modules.

OPTIONS

-B

Include core modules in the output and the recursive search list.

CAVEATS

All version numbers are set to 0, despite explicit use Module VERSION statements.

SEE ALSO

Module::ScanDeps, PAR

ACKNOWLEDGMENTS

Simon Cozens, for suggesting this script to be written.

AUTHORS

Autrijus Tang <autrijus@autrijus.org>

COPYRIGHT

Copyright 2003 by Autrijus Tang <autrijus@autrijus.org>.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

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

1 POD Error

The following errors were encountered while parsing the POD:

Around line 88:

You forgot a '=back' before '=head1'