v0.2.1
[padre-plugin-nopaste.git] / README
blobb1f7815b989783960077e4c7a8a03aa3afed0b80
1 Padre-Plugin-Nopaste
2 ====================
4 This Padre plugin allows one to reformat her text automatically with Ctrl+Shift+J.
5 It is using Text::Nopaste underneath, so check this module's pod for more
6 information.
9 INSTALLATION
10 ============
12 To install this module, run the following commands:
14         perl Build.PL
15         ./Build
16         ./Build test
17         ./Build install
20 SUPPORT AND DOCUMENTATION
21 =========================
23 After installing, you can find documentation for this module with the
24 perldoc command.
26     perldoc Padre::Plugin::Nopaste
29 You can also look for information at:
31     RT, CPAN's request tracker
32         http://rt.cpan.org/NoAuth/Bugs.html?Dist=Padre-Plugin-Nopaste
34     AnnoCPAN, Annotated CPAN documentation
35         http://annocpan.org/dist/Padre-Plugin-Nopaste
37     CPAN Ratings
38         http://cpanratings.perl.org/d/Padre-Plugin-Nopaste
40     Search CPAN
41         http://search.cpan.org/dist/Padre-Plugin-Nopaste/
43 AUTHOR
44 ======
46 Jerome Quelin, <jquelin@cpan.org>
49 COPYRIGHT & LICENSE
50 ===================
52 Copyright (c) 2009 Jerome Quelin, all rights reserved.
54 This program is free software; you can redistribute it and/or modify it
55 under the same terms as Perl itself.