Author: jkeenan
Date: Thu Dec 11 19:28:44 2008
New Revision: 33821

Modified:
   branches/testparrottest/lib/Parrot/Test.pm
   branches/testparrottest/t/perl/Parrot_Test.t

Log:
Small cleanups.

Modified: branches/testparrottest/lib/Parrot/Test.pm
==============================================================================
--- branches/testparrottest/lib/Parrot/Test.pm  (original)
+++ branches/testparrottest/lib/Parrot/Test.pm  Thu Dec 11 19:28:44 2008
@@ -501,8 +501,8 @@
     }
 }
 
-# The following methods --up until generate_languages_functions() -- are
-# private.  They should not be used by modules inheriting from Parrot::Test.
+# The following methods are private.  They should not be used by modules
+# inheriting from Parrot::Test.
 
 sub _generate_test_functions {
 

Modified: branches/testparrottest/t/perl/Parrot_Test.t
==============================================================================
--- branches/testparrottest/t/perl/Parrot_Test.t        (original)
+++ branches/testparrottest/t/perl/Parrot_Test.t        Thu Dec 11 19:28:44 2008
@@ -19,9 +19,7 @@
 use strict;
 use warnings;
 use Test::More;
-#use Test::More qw( no_plan );;
 use Carp;
-use Data::Dumper;$Data::Dumper::Indent=1;
 use File::Spec;
 use lib qw( lib );
 use Parrot::Config;

Reply via email to