source: trunk/Acme-Padre-PlayCode/README @ 7102

Revision 7102, 1.1 KB checked in by azawawi, 3 years ago (diff)

[Acme::Padre::PlayCode] Final touches

Line 
1NAME
2    Acme::Padre::PlayCode - Acme::PlayCode Plugin for Padre
3
4SYNOPSIS
5            $>padre
6            Plugins -> Acme::PlayCode -> *
7
8DESCRIPTION
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
13INSTALLATION
14
15To install this module, run the following commands:
16
17    perl Build.PL
18    ./Build
19    ./Build test
20    ./Build install
21
22SUPPORT AND DOCUMENTATION
23
24After installing, you can find documentation for this module with the
25perldoc command.
26
27    perldoc Acme::Padre::PlayCode
28
29You 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
44COPYRIGHT AND LICENCE
45
46Copyright (C) 2008 Fayland Lam
47
48This program is free software; you can redistribute it and/or modify it
49under the same terms as Perl itself.
50
Note: See TracBrowser for help on using the repository browser.