| Revision 7102,
1.1 KB
checked in by azawawi, 3 years ago
(diff) |
|
[Acme::Padre::PlayCode] Final touches
|
| Line | |
|---|
| 1 | NAME |
|---|
| 2 | Acme::Padre::PlayCode - Acme::PlayCode Plugin for Padre |
|---|
| 3 | |
|---|
| 4 | SYNOPSIS |
|---|
| 5 | $>padre |
|---|
| 6 | Plugins -> Acme::PlayCode -> * |
|---|
| 7 | |
|---|
| 8 | DESCRIPTION |
|---|
| 9 | This is a simple plugin to run Acme::PlayCode on your source code. |
|---|
| 10 | If there is any selection, just run with the text you selected. |
|---|
| 11 | If not, run with the whole text from selected document. |
|---|
| 12 | |
|---|
| 13 | INSTALLATION |
|---|
| 14 | |
|---|
| 15 | To install this module, run the following commands: |
|---|
| 16 | |
|---|
| 17 | perl Build.PL |
|---|
| 18 | ./Build |
|---|
| 19 | ./Build test |
|---|
| 20 | ./Build install |
|---|
| 21 | |
|---|
| 22 | SUPPORT AND DOCUMENTATION |
|---|
| 23 | |
|---|
| 24 | After installing, you can find documentation for this module with the |
|---|
| 25 | perldoc command. |
|---|
| 26 | |
|---|
| 27 | perldoc Acme::Padre::PlayCode |
|---|
| 28 | |
|---|
| 29 | You can also look for information at: |
|---|
| 30 | |
|---|
| 31 | RT, CPAN's request tracker |
|---|
| 32 | http://rt.cpan.org/NoAuth/Bugs.html?Dist=Acme-Padre-PlayCode |
|---|
| 33 | |
|---|
| 34 | AnnoCPAN, Annotated CPAN documentation |
|---|
| 35 | http://annocpan.org/dist/Acme-Padre-PlayCode |
|---|
| 36 | |
|---|
| 37 | CPAN Ratings |
|---|
| 38 | http://cpanratings.perl.org/d/Acme-Padre-PlayCode |
|---|
| 39 | |
|---|
| 40 | Search CPAN |
|---|
| 41 | http://search.cpan.org/dist/Acme-Padre-PlayCode/ |
|---|
| 42 | |
|---|
| 43 | |
|---|
| 44 | COPYRIGHT AND LICENCE |
|---|
| 45 | |
|---|
| 46 | Copyright (C) 2008 Fayland Lam |
|---|
| 47 | |
|---|
| 48 | This program is free software; you can redistribute it and/or modify it |
|---|
| 49 | under the same terms as Perl itself. |
|---|
| 50 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.