[libcode-tidyall-perl] 99/374: SVN author test

Jonas Smedegaard js at alioth.debian.org
Sun Sep 29 22:25:56 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 7e5b02edef3f5fb407168b55bb609cd8b3bcaa38
Author: Jonathan Swartz <swartz at pobox.com>
Date:   Wed Jul 18 03:17:18 2012 -0700

    SVN author test
---
 lib/Code/TidyAll/t/SVN.pm |    4 +---
 {t => xt/author}/SVN.t    |    0
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/lib/Code/TidyAll/t/SVN.pm b/lib/Code/TidyAll/t/SVN.pm
index b1bedbf..c8bc642 100644
--- a/lib/Code/TidyAll/t/SVN.pm
+++ b/lib/Code/TidyAll/t/SVN.pm
@@ -77,12 +77,10 @@ sub test_svn_precommit_hook : Tests {
 $precommit_hook_template = '#!/usr/bin/perl
 use lib qw(%s);
 use Code::TidyAll::SVN::Precommit;
-use Log::Any::Adapter;
+use Log::Any::Adapter (File => "%s");
 use strict;
 use warnings;
 
-Log::Any::Adapter->set( "Dispatch",
-    outputs => [ [ "File", filename => "%s", mode => ">>", min_level => "debug", newline => 1 ] ] );
 Code::TidyAll::SVN::Precommit->check(
     extra_conf_files => ["perlcriticrc"],
     tidyall_options => { verbose => 1 }
diff --git a/t/SVN.t b/xt/author/SVN.t
similarity index 100%
rename from t/SVN.t
rename to xt/author/SVN.t

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