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

..03-May-2022-

lib/CGI/Application/Plugin/Config/H28-Oct-2005-254103

t/H28-Oct-2005-63

ChangesH A D28-Oct-2005135 63

MANIFESTH A D28-Oct-2005172 87

META.ymlH A D28-Oct-2005389 1210

Makefile.PLH A D28-Oct-2005244 108

READMEH A D28-Oct-2005633 3119

README

1 CGI-Application-Plugin-Config-YAML
2====================================
3
4"CGI::Application::Plugin::Config::YAML" add Config::YAML support to CGI::Application
5
6INSTALLATION
7
8To install this module type the following:
9
10   perl Makefile.PL
11   make
12   make test
13   make install
14
15DEPENDENCIES
16
17This module requires these other modules and libraries:
18
19 - strict
20 - warnings
21 - CGI::Application
22 - Config::YAML
23
24COPYRIGHT AND LICENCE
25
26Copyright (C) 2005 by Atsushi Kobayashi (E<lt>nekokak@cpan.orgE<gt>). All rights reserved.
27
28This library is free software; you can redistribute it and/or modify it
29 under the same terms as Perl itself.
30
31