Module::ScanDeps::DataFeed - Runtime dependency scanning helper |
Module::ScanDeps::DataFeed - Runtime dependency scanning helper
(internal use only)
No user-serviceable parts inside.
This module is used by the the Module::ScanDeps manpage 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!
Edward S. Peschko <esp5@pge.com>, Audrey Tang <cpan@audreyt.org>, to a lesser degree Steffen Mueller <smueller@cpan.org>
http://par.perl.org/ is the official website for this module. You can write to the mailing list at <par@perl.org>, or send an empty mail to <par-subscribe@perl.org> to participate in the discussion.
Please submit bug reports to <bug-Module-ScanDeps@rt.cpan.org>.
Copyright 2004-2007 by Edward S. Peschko <esp5@pge.com>, Audrey Tang <cpan@audreyt.org>, Steffen Mueller <smueller@cpan.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
Module::ScanDeps::DataFeed - Runtime dependency scanning helper |