|
Revision 2259, 1.1 kB
(checked in by holidays-l, 12 months ago)
|
|
lang/perl/Catalyst-Controller-Delegate: It simulates the delegate.
|
| Line | |
|---|
| 1 | Catalyst-Controller-Delegate |
|---|
| 2 | ============================ |
|---|
| 3 | |
|---|
| 4 | INSTALLATION |
|---|
| 5 | ------------ |
|---|
| 6 | |
|---|
| 7 | To install this module, run the following commands:: |
|---|
| 8 | |
|---|
| 9 | perl Makefile.PL |
|---|
| 10 | make |
|---|
| 11 | make test |
|---|
| 12 | make install |
|---|
| 13 | |
|---|
| 14 | Alternatively, 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 | |
|---|
| 21 | SUPPORT AND DOCUMENTATION |
|---|
| 22 | ------------------------- |
|---|
| 23 | |
|---|
| 24 | After installing, you can find documentation for this module with the perldoc command. :: |
|---|
| 25 | |
|---|
| 26 | perldoc Catalyst::Controller::Delegate |
|---|
| 27 | |
|---|
| 28 | You 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 | |
|---|
| 42 | COPYRIGHT AND LICENCE |
|---|
| 43 | --------------------- |
|---|
| 44 | |
|---|
| 45 | This program is free software; you can redistribute it and/or modify it |
|---|
| 46 | under the same terms as Perl itself. |
|---|