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

..03-May-2022-

lib/CGI/Application/Plugin/H02-Mar-2008-12327

t/H02-Mar-2008-7655

Build.PLH A D02-Mar-2008363 1411

ChangesH A D02-Mar-2008255 116

MANIFESTH A D02-Mar-2008158 1110

META.ymlH A D02-Mar-2008355 1514

Makefile.PLH A D02-Mar-2008424 1412

READMEH A D02-Mar-2008609 3218

README

1CGI::Application::Plugin::Redirect
2
3Easy external redirects in 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
25COPYRIGHT AND LICENCE
26
27Copyright (c) 2005, Cees Hek.  All rights reserved.
28
29This module is free software; you can redistribute it and/or modify
30it under the same terms as Perl itself.
31
32