[svn:parrot] r44437 - trunk/ext/Parrot-Embed/t

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Wed Feb 24 02:07:33 UTC 2010


Author: jkeenan
Date: Wed Feb 24 02:07:33 2010
New Revision: 44437
URL: https://trac.parrot.org/parrot/changeset/44437

Log:
[codingstd] TODO -> todo to shut up the perl-hyper-critic.

Modified:
   trunk/ext/Parrot-Embed/t/pipp.t

Modified: trunk/ext/Parrot-Embed/t/pipp.t
==============================================================================
--- trunk/ext/Parrot-Embed/t/pipp.t	Wed Feb 24 02:04:47 2010	(r44436)
+++ trunk/ext/Parrot-Embed/t/pipp.t	Wed Feb 24 02:07:33 2010	(r44437)
@@ -33,8 +33,8 @@
     isa_ok( $pipp_x, 'Parrot::PMC' );
 }
 
-# TODO: get hll id of Pipp
-# TODO: set hll namespace root to 'pipp'
+# todo: get hll id of Pipp
+# todo: set hll namespace root to 'pipp'
 # find sub 'eval' and hll namespace 'pipp'
 my $pipp_eval = $interp->find_global( 'pipp', 'eval' );
 # isa_ok( $pipp_eval, 'Parrot::PMC', todo => '$pipp_eval is not found'  );


More information about the parrot-commits mailing list