[svn:parrot] r46863 - branches/ops_pct/t/steps/auto
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Fri May 21 16:12:34 UTC 2010
Author: mikehh
Date: Fri May 21 16:12:34 2010
New Revision: 46863
URL: https://trac.parrot.org/parrot/changeset/46863
Log:
fix perlcritic failure - hard tabs
Modified:
branches/ops_pct/t/steps/auto/extra_nci_thunks-01.t
Modified: branches/ops_pct/t/steps/auto/extra_nci_thunks-01.t
==============================================================================
--- branches/ops_pct/t/steps/auto/extra_nci_thunks-01.t Fri May 21 16:01:49 2010 (r46862)
+++ branches/ops_pct/t/steps/auto/extra_nci_thunks-01.t Fri May 21 16:12:34 2010 (r46863)
@@ -41,8 +41,8 @@
use_ok('config::auto::extra_nci_thunks');
my ($args, $step_list_ref) = process_options( {
- argv => [ q{--without-extra-nci-thunks} ],
- mode => 'configure',
+ argv => [ q{--without-extra-nci-thunks} ],
+ mode => 'configure',
} );
my $conf = Parrot::Configure->new;
@@ -65,8 +65,8 @@
$conf->replenish($serialized);
($args, $step_list_ref) = process_options( {
- argv => [ ],
- mode => 'configure',
+ argv => [ ],
+ mode => 'configure',
} );
rerun_defaults_for_testing($conf, $args);
$conf->add_steps($pkg);
More information about the parrot-commits
mailing list