1Test::Dependencies::HeaUvsye(r3)Contributed Perl DocumenTteastti:o:nDependencies::Heavy(3)
2
3
4

NAME

6       Test::Dependencies::Heavy - Heavy style for checking for dependencies.
7

SYNOPSIS

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

EXPORTED FUNCTIONS

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

AUTHOR

22       ·   Erik Huelsmann "<ehues at gmail.com>"
23
24       ·   Zev Benjamin "<zev at cpan.org>"
25
26       Please report any bugs or feature requests to "bug-test-dependencies at
27       rt.cpan.org", or through the web interface at
28       <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Dependencies>.  I
29       will be notified, and then you'll automatically be notified of progress
30       on your bug as I make changes.
31

SUPPORT

33       You can find documentation for this module with the perldoc command.
34
35           perldoc Test::Dependencies::Heavy
36
37       You can also look for information at:
38
39       ·   AnnoCPAN: Annotated CPAN documentation
40
41           <http://annocpan.org/dist/Test-Dependencies>
42
43       ·   CPAN Ratings
44
45           <http://cpanratings.perl.org/d/Test-Dependencies>
46
47       ·   RT: CPAN's request tracker
48
49           <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-Dependencies>
50
51       ·   Search CPAN
52
53           <http://search.cpan.org/dist/Test-Dependencies>
54
56           Copyright (c) 2007, Best Practical Solutions, LLC. All rights reserved.
57
58           This module is free software; you can redistribute it and/or modify it
59           under the same terms as Perl itself. See perlartistic.
60
61           DISCLAIMER OF WARRANTY
62
63           BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
64           FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
65           OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
66           PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
67           EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
68           WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE
69           ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH
70           YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL
71           NECESSARY SERVICING, REPAIR, OR CORRECTION.
72
73           IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
74           WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
75           REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENCE, BE LIABLE
76           TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, OR
77           CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
78           SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
79           RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
80           FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
81           SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
82           DAMAGES.
83
84
85
86perl v5.30.0                      2019-07-26      Test::Dependencies::Heavy(3)
Impressum