initial module checkin
[padre-plugin-autoformat.git] / lib / Padre / Plugin / Autoformat.pm
blob1e4a25fad052bc38a3e889c57e2e6476fc9a34e6
2 # This file is part of Padre::Plugin::Autoformat.
3 # Copyright (c) 2009 Jerome Quelin, all rights reserved.
5 # This program is free software; you can redistribute it and/or modify
6 # it under the same terms as Perl itself.
10 package Padre::Plugin::Autoformat;
12 use strict;
13 use warnings;
15 our $VERSION = '0.0.1';
18 __END__
20 =head1 NAME
22 Padre::Plugin::Autoformat - reformat your text within Padre
26 =head1 SYNOPSIS
28 $ padre
29 Ctrl+Shift+J
33 =head1 DESCRIPTION
35 This plugin allows one to reformat her text automatically with Ctrl+Shift+J.
36 It is using C<Text::Autoformat> underneath, so check this module's pod for
37 more information.
41 =head1 BUGS
43 Please report any bugs or feature requests to C<padre-plugin-autoformat at
44 rt.cpan.org>, or through the web interface at
45 L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Padre-Plugin-Autoformat>. I will
46 be notified, and then you'll automatically be notified of progress on
47 your bug as I make changes.
51 =head1 SEE ALSO
53 Our git repository is located at L<git://repo.or.cz/padre-plugin-autoformat.git>,
54 and can be browsed at L<http://repo.or.cz/w/padre-plugin-autoformat.git>.
57 You can also look for information on this module at:
59 =over 4
61 =item * AnnoCPAN: Annotated CPAN documentation
63 L<http://annocpan.org/dist/Padre-Plugin-Autoformat>
65 =item * CPAN Ratings
67 L<http://cpanratings.perl.org/d/Padre-Plugin-Autoformat>
69 =item * Open bugs
71 L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Padre-Plugin-Autoformat>
73 =back
77 =head1 AUTHOR
79 Jerome Quelin, C<< <jquelin@cpan.org> >>
83 =head1 COPYRIGHT & LICENSE
85 Copyright (c) 2009 Jerome Quelin, all rights reserved.
87 This program is free software; you can redistribute it and/or modify
88 it under the same terms as Perl itself.
90 =cut