v1.1.2
[padre-plugin-autoformat.git] / README
blob31092f32e5e53101758ab61c3b962f1f69f9d2f8
1 Padre-Plugin-Autoformat
2 =======================
4 This Padre plugin allows one to reformat her text automatically with Ctrl+Shift+J.
5 It is using Text::Autoformat 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::Autoformat
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-Autoformat
34     AnnoCPAN, Annotated CPAN documentation
35         http://annocpan.org/dist/Padre-Plugin-Autoformat
37     CPAN Ratings
38         http://cpanratings.perl.org/d/Padre-Plugin-Autoformat
40     Search CPAN
41         http://search.cpan.org/dist/Padre-Plugin-Autoformat/
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.