Devel-TraceINC

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    question. To be able to track down who loads what, I wrote
    Devel::TraceINC.

    Just "use()" the module and it will print a warning every time a module
    is searched for in @INC, i.e., loaded.

INSTALLATION
    See perlmodinstall for information and options on installing Perl
    modules.

BUGS AND LIMITATIONS
    No bugs have been reported.

    Please report any bugs or feature requests through the web interface at
    <http://rt.cpan.org/Public/Dist/Display.html?Name=Devel-TraceINC>.

AVAILABILITY
    The latest version of this module is available from the Comprehensive
    Perl Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a
    CPAN site near you, or see
    <http://search.cpan.org/dist/Devel-TraceINC/>.

README.md  view on Meta::CPAN

Devel::TraceINC.

Just "use()" the module and it will print a warning every time a module
is searched for in @INC, i.e., loaded.

INSTALLATION
============
See perlmodinstall for information and options on installing Perl
modules.

BUGS AND LIMITATIONS
====================
No bugs have been reported.

Please report any bugs or feature requests through the web interface at
<http://rt.cpan.org/Public/Dist/Display.html?Name=Devel-TraceINC>.

AVAILABILITY
============
The latest version of this module is available from the Comprehensive
Perl Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a

lib/Devel/TraceINC.pm  view on Meta::CPAN

=item * L<Acme::Intraweb> - places a coderef at the tail of @INC

=item * L<The::Net> - places a coderef at the tail of @INC

=item * L<Devel::Hide> - places a coderef at the head of @INC

=item * L<Test::Without::Module> - places a coderef at the head of @INC

=back

=head1 BUGS AND LIMITATIONS

If you do something like:

    local @INC = @INC;
    unshift @INC, '/some/path';

then this module won't be able to preserve your hooks at the head of @INC.

Please report bugs on this project's Github Issues page: L<http://github.com/belden/perl-array-sticky/issues>.

lib/Devel/TraceINC.pm  view on Meta::CPAN

which loaded another module, which loaded the module in question. To be
able to track down who loads what, I wrote Devel::TraceINC.

Just C<use()> the module and it will print a warning every time a module is
searched for in C<@INC>, i.e., loaded.

=head1 INSTALLATION

See perlmodinstall for information and options on installing Perl modules.

=head1 BUGS AND LIMITATIONS

No bugs have been reported.

Please report any bugs or feature requests through the web interface at
L<http://rt.cpan.org/Public/Dist/Display.html?Name=Devel-TraceINC>.

=head1 AVAILABILITY

The latest version of this module is available from the Comprehensive Perl
Archive Network (CPAN). Visit L<http://www.perl.com/CPAN/> to find a CPAN



( run in 0.400 second using v1.01-cache-2.11-cpan-0d8aa00de5b )