File: README

package info (click to toggle)
libmodule-load-conditional-perl 0.26-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 104 kB
  • ctags: 14
  • sloc: perl: 231; makefile: 44
file content (43 lines) | stat: -rw-r--r-- 1,221 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
This is the README file for Module::Load::Conditional -- a way to 
conditionally load and query modules.

Please type "perldoc Module::Load::Conditional" after installation to
see the module usage information.

#####################################################################

* Description

Module::Load::Conditional
    
    Allows you to query the state of modules on your system. It can 
    tell you if you have certain modules installed without attempting 
    to C<use> them and can do smart loading of modules.
    Also it can tell you what *other* modules a certain module 
    requires.

#####################################################################

* Installation

Module::Load::Conditional uses the standard perl module install 
process:

perl Makefile.PL
make
make test
make install

The module uses no C or XS parts, so no c-compiler is required.

######################################################################

AUTHOR
    This module by Jos Boumans <kane@cpan.org>.

COPYRIGHT
    This module is copyright (c) 2002 Jos Boumans <kane@cpan.org>. All
    rights reserved.

    This library is free software; you may redistribute and/or modify it
    under the same terms as Perl itself.