NAME
tracepm - Trace dependencies of your Perl script file
VERSION
version 0.03
SYNOPSIS
# trace Perl modules being required
% tracepm script.pl
# only list non-core+XS modules
% tracepm --xs --nocore script.pl
# see more options
% tracepm --help
DESCRIPTION
tracepm runs your Perl script under perl -c
and lists modules being required. You can filter only displaying the modules matching some criteria.
TODO
Option to use
perl
instead ofperl -c
To be able to include modules being required during run-time instead of compile-time.
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/App-tracepm.
SOURCE
Source repository is at https://github.com/sharyanto/perl-App-tracepm.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=App-tracepm
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
Steven Haryanto <stevenharyanto@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Steven Haryanto.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.