1Test::Dependencies::LigUhste(r3)Contributed Perl DocumenTteastti:o:nDependencies::Light(3)
2
3
4
6 Test::Dependencies::Light - Light 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 opening the file, stripping out any
18 POD, and using regular expressions to try and find use statements.
19
21 · Jesse Vincent "<jesse at bestpractical.com>"
22
23 · Alex Vandiver "<alexmv at bestpractical.com>"
24
25 · Zev Benjamin "<zev at cpan.org>"
26
27 · Erik Huelsmann "<erik at gmail.com>"
28
29 Please report any bugs or feature requests to "bug-test-dependencies at
30 rt.cpan.org", or through the web interface at
31 <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Dependencies>. I
32 will be notified, and then you'll automatically be notified of progress
33 on your bug as I make changes.
34
36 You can find documentation for this module with the perldoc command.
37
38 perldoc Test::Dependencies::Light
39
40 You can also look for information at:
41
42 · AnnoCPAN: Annotated CPAN documentation
43
44 <http://annocpan.org/dist/Test-Dependencies>
45
46 · CPAN Ratings
47
48 <http://cpanratings.perl.org/d/Test-Dependencies>
49
50 · RT: CPAN's request tracker
51
52 <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-Dependencies>
53
54 · Search CPAN
55
56 <http://search.cpan.org/dist/Test-Dependencies>
57
59 Copyright (c) 2016, Erik Huelsmann, All rights reserved.
60 Copyright (c) 2007, Best Practical Solutions, LLC. All rights reserved.
61
62 This module is free software; you can redistribute it and/or modify it
63 under the same terms as Perl itself. See perlartistic.
64
65 DISCLAIMER OF WARRANTY
66
67 BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
68 FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
69 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
70 PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
71 EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
72 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE
73 ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH
74 YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL
75 NECESSARY SERVICING, REPAIR, OR CORRECTION.
76
77 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
78 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
79 REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENCE, BE LIABLE
80 TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, OR
81 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
82 SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
83 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
84 FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
85 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
86 DAMAGES.
87
88
89
90perl v5.30.0 2019-07-26 Test::Dependencies::Light(3)