NAME Module::Load::DiffINC - Load a module and show difference in %INC before vs after VERSION This document describes version 0.001 of Module::Load::DiffINC (from Perl distribution Module-Load-DiffINC), released on 2017-08-02. SYNOPSIS On the command-line: % perl -MModule::Load::DiffINC=Log::ger::Util -e1 +Log/ger.pm /home/ujang/perl5/perlbrew/perls/perl-5.26.0/lib/site_perl/5.26.0/Log/ger.pm +Log/ger/Heavy.pm /home/ujang/perl5/perlbrew/perls/perl-5.26.0/lib/site_perl/5.26.0/Log/ger/Heavy.pm +Log/ger/Util.pm /home/ujang/perl5/perlbrew/perls/perl-5.26.0/lib/site_perl/5.26.0/Log/ger/Util.pm +strict.pm /home/ujang/perl5/perlbrew/perls/perl-5.26.0/lib/5.26.0/strict.pm +warnings.pm /home/ujang/perl5/perlbrew/perls/perl-5.26.0/lib/5.26.0/warnings.pm DESCRIPTION This module will record %INC, load (using "require()") all modules specified in the import argument, then compare %INC with the originally recorded before loading the modules. HOMEPAGE Please visit the project's homepage at . SOURCE Source repository is at . BUGS Please report any bugs or feature requests on the bugtracker website 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 perlancar COPYRIGHT AND LICENSE This software is copyright (c) 2017 by perlancar@cpan.org. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.