[svn:parrot] r48972 - trunk/config/auto

mikehh at svn.parrot.org mikehh at svn.parrot.org
Mon Sep 13 07:38:07 UTC 2010


Author: mikehh
Date: Mon Sep 13 07:38:06 2010
New Revision: 48972
URL: https://trac.parrot.org/parrot/changeset/48972

Log:
fix codetest failure - perlcritic - hard tabs used

Modified:
   trunk/config/auto/pcre.pm

Modified: trunk/config/auto/pcre.pm
==============================================================================
--- trunk/config/auto/pcre.pm	Mon Sep 13 01:15:01 2010	(r48971)
+++ trunk/config/auto/pcre.pm	Mon Sep 13 07:38:06 2010	(r48972)
@@ -55,7 +55,7 @@
     if ( !$@ ) {
         my $test = $conf->cc_run();
         if ( my $has_pcre = $self->_evaluate_cc_run($conf, $test) ) {
-	    $conf->data->set( HAS_PCRE => $has_pcre);
+        $conf->data->set( HAS_PCRE => $has_pcre);
         }
     }
 


More information about the parrot-commits mailing list