root/lang/perl/Catalyst-Controller-Delegate/README

Revision 2259, 1.1 kB (checked in by holidays-l, 12 months ago)

lang/perl/Catalyst-Controller-Delegate: It simulates the delegate.

Line 
1Catalyst-Controller-Delegate
2============================
3
4INSTALLATION
5------------
6
7To install this module, run the following commands::
8
9        perl Makefile.PL
10        make
11        make test
12        make install
13
14Alternatively, to install with Module::::Build, you can use the following commands::
15
16        perl Build.PL
17        ./Build
18        ./Build test
19        ./Build install
20
21SUPPORT AND DOCUMENTATION
22-------------------------
23
24After installing, you can find documentation for this module with the perldoc command. ::
25
26    perldoc Catalyst::Controller::Delegate
27
28You can also look for information at:
29
30    :Search CPAN:
31        http://search.cpan.org/dist/Catalyst-Controller-Delegate
32
33    :CPAN Request Tracker:
34        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Catalyst-Controller-Delegate
35
36    :AnnoCPAN, annotated CPAN documentation:
37        http://annocpan.org/dist/Catalyst-Controller-Delegate
38
39    :CPAN Ratings:
40        http://cpanratings.perl.org/d/Catalyst-Controller-Delegate
41
42COPYRIGHT AND LICENCE
43---------------------
44
45This program is free software; you can redistribute it and/or modify it
46under the same terms as Perl itself.
Note: See TracBrowser for help on using the browser.