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 scan‐
15 ners. It is included in the code run by "Module::ScanDeps" and will
16 write a string of loaded modules and @INC entries to a file. This is
17 achieved using an "END {}" hook.
18
19 Implementation might change, so don't use it outside of Module::Scan‐
20 Deps!
21
23 Module::ScanDeps
24
26 Edward S. Peschko <esp5@pge.com>, Audrey Tang <autrijus@autrijus.org>,
27 to a 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, 2005, 2006 by Edward S. Peschko <esp5@pge.com>, Audrey
37 Tang <autrijus@autrijus.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.8.8 2007-02-03 Module::ScanDeps::DataFeed(3)