1Module::ScanDeps::DataFUeseedr(3C)ontributed Perl DocumeMnotdautlieo:n:ScanDeps::DataFeed(3)
2
3
4
6 Module::ScanDeps::DataFeed - Runtime dependency scanning helper
7
9 (internal use only)
10
12 No user-serviceable parts inside.
13
14 This module is used by the Module::ScanDeps run- and compile-time
15 scanners. It is included in the code run by "Module::ScanDeps" and
16 will write a string of loaded modules and @INC entries to a file. This
17 is achieved using an "END {}" hook.
18
19 Implementation might change, so don't use it outside of
20 Module::ScanDeps!
21
23 Module::ScanDeps
24
26 Edward S. Peschko <esp5@pge.com>, Audrey Tang <cpan@audreyt.org>, to a
27 lesser degree Steffen Mueller <smueller@cpan.org>
28
29 <http://par.perl.org/> is the official website for this module. You
30 can write to the mailing list at <par@perl.org>, or send an empty mail
31 to <par-subscribe@perl.org> to participate in the discussion.
32
33 Please submit bug reports to <bug-Module-ScanDeps@rt.cpan.org>.
34
36 Copyright 2004-2009 by Edward S. Peschko <esp5@pge.com>, Audrey Tang
37 <cpan@audreyt.org>, Steffen Mueller <smueller@cpan.org>
38
39 This program is free software; you can redistribute it and/or modify it
40 under the same terms as Perl itself.
41
42 See <http://www.perl.com/perl/misc/Artistic.html>
43
44
45
46perl v5.10.1 2009-06-22 Module::ScanDeps::DataFeed(3)