• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/CGI/Application/Plugin/H03-Mar-2008-615198

t/H03-Mar-2008-500368

Build.PLH A D03-Mar-2008568 2118

ChangesH A D03-Mar-2008918 3320

MANIFESTH A D03-Mar-2008358 2322

META.ymlH A D03-Mar-2008494 2120

Makefile.PLH A D03-Mar-2008586 1715

READMEH A D03-Mar-2008742 4425

README

1CGI::Application::Plugin::LogDispatch
2
3Plugin that adds Log::Dispatch support to CGI::Application
4
5
6INSTALLATION
7
8To install this module, run the following commands:
9
10    perl Build.PL
11    ./Build
12    ./Build test
13    ./Build install
14
15
16Alternatively, if you do not have Module::Build but you do have 'make',
17you can used the included Makefile.PL and run the following commands:
18
19    perl Makefile.PL
20    make
21    make test
22    make install
23
24
25DEPENDENCIES
26
27CGI::Application
28Log::Dispatch
29UNIVERSAL::require
30Scalar::Util
31
32RECOMMENDS
33
34Sub::WrapPackages
35Class::ISA
36
37
38COPYRIGHT AND LICENCE
39
40Copyright (C) 2005 Cees Hek, All Rights Reserved.
41
42This library is free software. You can modify and or distribute it under the same terms as Perl itself.
43
44