Skip to content

Commit a733d6a

Browse files
committed
remove Data::Dumper from matrix testing
1 parent f36e52b commit a733d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/math_objects/matrix.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ do "$ENV{PG_ROOT}/t/build_PG_envir.pl";
1414
loadMacros('MathObjects.pl');
1515

1616
Context('Matrix');
17-
use Data::Dumper;
17+
1818
subtest 'Creating a degree 1 Matrix (row vector)' => sub {
1919
ok my $M1 = Matrix(1, 2, 3), 'Create a row vector';
2020
is $M1->class, 'Matrix', 'M1 is a Matrix';

0 commit comments

Comments
 (0)