Module::ScanDeps::DataFeed(3) Runtime dependency scanning helper

SYNOPSIS

(internal use only)

DESCRIPTION

No user-serviceable parts inside.

This module is used by the Module::ScanDeps run- and compile-time scanners. It is included in the code run by "Module::ScanDeps" and will write a string of loaded modules and @INC entries to a file. This is achieved using an "END {}" hook.

Implementation might change, so don't use it outside of Module::ScanDeps!

AUTHORS

Edward S. Peschko <[email protected]>, Audrey Tang <[email protected]>, to a lesser degree Steffen Mueller <[email protected]>

<http://par.perl.org/> is the official website for this module. You can write to the mailing list at <[email protected]>, or send an empty mail to <[email protected]> to participate in the discussion.

Please submit bug reports to <[email protected]>.

COPYRIGHT

Copyright 2004-2009 by Edward S. Peschko <[email protected]>, Audrey Tang <[email protected]>, Steffen Mueller <[email protected]>

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>