[libcode-tidyall-perl] 346/374: Use Precommit module after strictures are enabled.

Jonas Smedegaard js at alioth.debian.org
Sun Sep 29 22:26:49 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 2c0e01076c63c3bcfa114a164965940c67e7c511
Author: Olaf Alders <olaf at wundersolutions.com>
Date:   Wed Jan 23 15:00:23 2013 -0500

    Use Precommit module after strictures are enabled.
---
 lib/Code/TidyAll/Git/Precommit.pm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/Code/TidyAll/Git/Precommit.pm b/lib/Code/TidyAll/Git/Precommit.pm
index 726c3ee..597565c 100644
--- a/lib/Code/TidyAll/Git/Precommit.pm
+++ b/lib/Code/TidyAll/Git/Precommit.pm
@@ -82,10 +82,10 @@ tidyall'd
   In .git/hooks/pre-commit:
 
     #!/usr/bin/perl
-    use Code::TidyAll::Git::Precommit;
     use strict;
     use warnings;
-    
+
+    use Code::TidyAll::Git::Precommit;
     Code::TidyAll::Git::Precommit->check();
 
 =head1 DESCRIPTION

-- 
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