1Test::Dependencies::LigUhste(r3)Contributed Perl DocumenTteastti:o:nDependencies::Light(3)
2
3
4

NAME

6       Test::Dependencies::Light - Light 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 opening the file, stripping out any
18       POD, and using regular expressions to try and find use statements.
19

AUTHOR

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       Please report any bugs or feature requests to "bug-test-dependencies at
28       rt.cpan.org", or through the web interface at
29       http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Dependencies
30       <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Dependencies>.  I
31       will be notified, and then you'll automatically be notified of progress
32       on your bug as I make changes.
33

SUPPORT

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