| Line | |
|---|
| 1 | Apache-JemplateFilter |
|---|
| 2 | |
|---|
| 3 | This module is Jemplate compile filter for Apache1 (mod_perl1). |
|---|
| 4 | |
|---|
| 5 | For Apache2 (mod_perl2), use Apache2::JemplateFilter. |
|---|
| 6 | |
|---|
| 7 | INSTALLATION |
|---|
| 8 | |
|---|
| 9 | To install this module, run the following commands: |
|---|
| 10 | |
|---|
| 11 | perl Makefile.PL |
|---|
| 12 | make |
|---|
| 13 | make test |
|---|
| 14 | make install |
|---|
| 15 | |
|---|
| 16 | |
|---|
| 17 | SUPPORT AND DOCUMENTATION |
|---|
| 18 | |
|---|
| 19 | After installing, you can find documentation for this module with the perldoc command. |
|---|
| 20 | |
|---|
| 21 | perldoc Apache::JemplateFilter |
|---|
| 22 | |
|---|
| 23 | You can also look for information at: |
|---|
| 24 | |
|---|
| 25 | Search CPAN |
|---|
| 26 | http://search.cpan.org/dist/Apache-JemplateFilter |
|---|
| 27 | |
|---|
| 28 | CPAN Request Tracker: |
|---|
| 29 | http://rt.cpan.org/NoAuth/Bugs.html?Dist=Apache-JemplateFilter |
|---|
| 30 | |
|---|
| 31 | AnnoCPAN, annotated CPAN documentation: |
|---|
| 32 | http://annocpan.org/dist/Apache-JemplateFilter |
|---|
| 33 | |
|---|
| 34 | CPAN Ratings: |
|---|
| 35 | http://cpanratings.perl.org/d/Apache-JemplateFilter |
|---|
| 36 | |
|---|
| 37 | COPYRIGHT AND LICENCE |
|---|
| 38 | |
|---|
| 39 | Copyright (C) 2006 FUJIWARA Shunichiro |
|---|
| 40 | |
|---|
| 41 | This program is free software; you can redistribute it and/or modify it |
|---|
| 42 | under the same terms as Perl itself. |
|---|