Update CPANPLUS to 0.83_02
[p5sagit/p5-mst-13.2.git] / lib / CPANPLUS / t / 08_CPANPLUS-Backend.t
index 947ea84..f6be5a7 100644 (file)
@@ -163,9 +163,10 @@ ok( IS_CONFOBJ->(conf => $conf_obj),    "Configure object found" );
                         flub://floo ]
     ) {
         my $obj = $cb->parse_module( module => $guess );
-        ok( IS_FAKE_MODOBJ->(mod => $obj), "parse_module success by '$guess'" );
+        ok( IS_FAKE_MODOBJ->(mod => $obj), 
+                                "parse_module success by '$guess'" );
         is( $obj->status->_fetch_from, $guess,
-                                            "   Fetch from set ok" );
+                                "   Fetch from set ok" );
     }                                       
 }         
 
@@ -209,8 +210,7 @@ ok( IS_CONFOBJ->(conf => $conf_obj),    "Configure object found" );
 }
 
 ### installed tests ###
-{   
-    ok( scalar $cb->installed,    "Found list of installed modules" );
+{   ok( scalar($cb->installed), "Found list of installed modules" );
 }    
                 
 ### autobudle tests ###