[libcode-tidyall-perl] 281/374: compress list of plugins

Jonas Smedegaard js at alioth.debian.org
Sun Sep 29 22:26:35 UTC 2013


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libcode-tidyall-perl.

commit 11f7a032c23f158486b664e184e6c670b602e1ad
Author: Jonathan Swartz <swartz at pobox.com>
Date:   Thu Sep 27 16:41:22 2012 -0700

    compress list of plugins
---
 bin/tidyall |   29 ++++++++++++++++-------------
 1 file changed, 16 insertions(+), 13 deletions(-)

diff --git a/bin/tidyall b/bin/tidyall
index f74b581..0e271a5 100755
--- a/bin/tidyall
+++ b/bin/tidyall
@@ -222,23 +222,26 @@ distribution comes with plugins for:
 
 =over
 
-=item L<perlcritic|Code::TidyAll::Plugin::PerlCritic>
-
-=item L<perltidy|Code::TidyAll::Plugin::PerlTidy>
+=item *
 
-=item L<podchecker|Code::TidyAll::Plugin::PodChecker>
+Perl: L<perlcritic|Code::TidyAll::Plugin::PerlCritic>,
+L<perltidy|Code::TidyAll::Plugin::PerlTidy>
 
-=item L<podspell|Code::TidyAll::Plugin::PodSpell>
+=item *
 
-=item L<podtidy|Code::TidyAll::Plugin::PodTidy>
+Pod: L<podchecker|Code::TidyAll::Plugin::PodChecker>,
+L<podspell|Code::TidyAll::Plugin::PodSpell>,
+L<podtidy|Code::TidyAll::Plugin::PodTidy>
 
-=item L<masontidy|Code::TidyAll::Plugin::MasonTidy>
+=item *
 
-=item L<js-beautify|Code::TidyAll::Plugin::JSBeautify>
+Mason: L<masontidy|Code::TidyAll::Plugin::MasonTidy>
 
-=item L<jshint|Code::TidyAll::Plugin::JSHint>
+=item *
 
-=item L<jslint|Code::TidyAll::Plugin::JSLint>
+JavaScript: L<js-beautify|Code::TidyAll::Plugin::JSBeautify>,
+L<jshint|Code::TidyAll::Plugin::JSHint>,
+L<jslint|Code::TidyAll::Plugin::JSLint>
 
 =back
 
@@ -649,9 +652,9 @@ You can turn off backups with C<--no-backups>.
 
 =item *
 
-C<etc/editors/tidyall.el> in this distribution is an Emacs function that runs
-C<tidyall> on the current buffer. You can assign this to C<ctrl-t> or your
-favorite key binding.
+L<etc/editors/tidyall.el|https://raw.github.com/jonswar/perl-code-tidyall/master/etc/editors/tidyall.el>
+in this distribution is an Emacs function that runs C<tidyall> on the current
+buffer. You can assign this to C<ctrl-t> or your favorite key binding.
 
 =item *
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcode-tidyall-perl.git



More information about the Pkg-perl-cvs-commits mailing list