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

..03-May-2022-

lib/CGI/Application/Plugin/H02-Mar-2008-1,772477

t/H02-Mar-2008-1,056724

Build.PLH A D02-Mar-2008636 2522

ChangesH A D02-Mar-20081.5 KiB4631

MANIFESTH A D02-Mar-2008731 3029

META.ymlH A D02-Mar-20081.3 KiB3837

Makefile.PLH A D02-Mar-2008677 1917

READMEH A D02-Mar-2008749 4526

README

1CGI::Application::Plugin::Authorization
2
3adds the ability to authorize users for specific tasks in your
4CGI::Application modules.
5
6
7INSTALLATION
8
9To install this module, run the following commands:
10
11    perl Build.PL
12    ./Build
13    ./Build test
14    ./Build install
15
16
17Alternatively, if you do not have Module::Build but you do have 'make',
18you can used the included Makefile.PL and run the following commands:
19
20    perl Makefile.PL
21    make
22    make test
23    make install
24
25
26DEPENDENCIES
27
28CGI::Application
29Class::ISA
30UNIVERSAL::require
31
32
33BUILD DEPENDENCIES
34
35Test::More
36Test::Exception
37
38COPYRIGHT AND LICENCE
39
40Copyright (C) 2005, SiteSuite
41
42This library is free software; you can redistribute it and/or modify
43it under the same terms as Perl itself.
44
45