1Test::Dependencies::HeaUvsye(r3)Contributed Perl DocumenTteastti:o:nDependencies::Heavy(3)
2
3
4
6 Test::Dependencies::Heavy - Heavy style for checking for dependencies.
7
9 You shouldn't have to include this module yourself. Look at the
10 'style' option of Test::Dependencies.
11
12 This module exports exactly one function.
13
15 get_modules_used_in_file
16 Returns an array ref of all the modules that the passed file uses.
17 This style determines this list by actually compiling the code. This
18 could be a dangerous operation if the file does bad things in BEGIN
19 blocks!
20
22 · Zev Benjamin "<zev at cpan.org>"
23
24 Please report any bugs or feature requests to "bug-test-dependencies at
25 rt.cpan.org", or through the web interface at
26 http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Dependencies
27 <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Dependencies>. I
28 will be notified, and then you'll automatically be notified of progress
29 on your bug as I make changes.
30
32 You can find documentation for this module with the perldoc command.
33
34 perldoc Test::Dependencies::Heavy
35
36 You can also look for information at:
37
38 · AnnoCPAN: Annotated CPAN documentation
39
40 http://annocpan.org/dist/Test-Dependencies
41 <http://annocpan.org/dist/Test-Dependencies>
42
43 · CPAN Ratings
44
45 http://cpanratings.perl.org/d/Test-Dependencies
46 <http://cpanratings.perl.org/d/Test-Dependencies>
47
48 · RT: CPAN's request tracker
49
50 http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-Dependencies
51 <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-Dependencies>
52
53 · Search CPAN
54
55 http://search.cpan.org/dist/Test-Dependencies
56 <http://search.cpan.org/dist/Test-Dependencies>
57
59 Copyright (c) 2007, Best Practical Solutions, LLC. All rights reserved.
60
61 This module is free software; you can redistribute it and/or modify it
62 under the same terms as Perl itself. See perlartistic.
63
64 DISCLAIMER OF WARRANTY
65
66 BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
67 FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
68 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
69 PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
70 EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
71 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE
72 ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH
73 YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL
74 NECESSARY SERVICING, REPAIR, OR CORRECTION.
75
76 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
77 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
78 REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENCE, BE LIABLE
79 TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, OR
80 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
81 SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
82 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
83 FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
84 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
85 DAMAGES.
86
87
88
89perl v5.12.3 2007-12-27 Test::Dependencies::Heavy(3)