[libcode-tidyall-perl] 31/374: eliminate recursive option from tests

Jonas Smedegaard js at alioth.debian.org
Sun Sep 29 22:25:43 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 6749541285c180c8f592b0315a0b990306a8a0ef
Author: Jonathan Swartz <swartz at pobox.com>
Date:   Fri Jun 15 23:32:37 2012 -0500

    eliminate recursive option from tests
---
 lib/Code/TidyAll/t/Basic.pm |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/lib/Code/TidyAll/t/Basic.pm b/lib/Code/TidyAll/t/Basic.pm
index 1d12b15..50ce2a8 100644
--- a/lib/Code/TidyAll/t/Basic.pm
+++ b/lib/Code/TidyAll/t/Basic.pm
@@ -32,9 +32,8 @@ sub tidy {
 
     my $options = $params{options} || {};
     my $ct = Code::TidyAll->new(
-        plugins   => $params{plugins},
-        recursive => 1,
-        root_dir  => $root_dir,
+        plugins  => $params{plugins},
+        root_dir => $root_dir,
         %$options
     );
 
@@ -204,7 +203,6 @@ sub test_conf_file : Tests {
         backup_ttl => 300,
         no_backups => undef,
         no_cache   => 1,
-        recursive  => 1,
         root_dir   => dirname($conf_file),
         data_dir   => "$root_dir/.tidyall.d",
         plugins    => {
@@ -250,7 +248,6 @@ sub test_cli : Tests {
 $conf1 = '
 backup_ttl = 5m
 no_cache = 1
-recursive = 1
 
 [PerlTidy]
 argv = -noll -it=2

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