[svn:parrot] r39640 - branches/cindent/t/codingstd
jkeenan at svn.parrot.org
jkeenan at svn.parrot.org
Thu Jun 18 01:52:23 UTC 2009
Author: jkeenan
Date: Thu Jun 18 01:52:22 2009
New Revision: 39640
URL: https://trac.parrot.org/parrot/changeset/39640
Log:
Remove module import no longer needed.
Modified:
branches/cindent/t/codingstd/c_indent.t
Modified: branches/cindent/t/codingstd/c_indent.t
==============================================================================
--- branches/cindent/t/codingstd/c_indent.t Thu Jun 18 01:50:01 2009 (r39639)
+++ branches/cindent/t/codingstd/c_indent.t Thu Jun 18 01:52:22 2009 (r39640)
@@ -6,7 +6,6 @@
use warnings;
use lib qw( . lib ../lib ../../lib );
-use Data::Dumper;$Data::Dumper::Indent=0;
use Test::More tests => 2;
use Parrot::Distribution;
More information about the parrot-commits
mailing list