summaryrefslogtreecommitdiff
path: root/cpan/ExtUtils-MakeMaker/t/writemakefile_args.t
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/ExtUtils-MakeMaker/t/writemakefile_args.t')
-rw-r--r--cpan/ExtUtils-MakeMaker/t/writemakefile_args.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/ExtUtils-MakeMaker/t/writemakefile_args.t b/cpan/ExtUtils-MakeMaker/t/writemakefile_args.t
index daa8255fbe..421a311c18 100644
--- a/cpan/ExtUtils-MakeMaker/t/writemakefile_args.t
+++ b/cpan/ExtUtils-MakeMaker/t/writemakefile_args.t
@@ -225,7 +225,7 @@ VERIFY
};
is( $warnings, '' );
is_deeply( $mm->{AUTHOR}, ["test"] );
-
+
# AUTHOR / array
$warnings = '';
@@ -238,5 +238,5 @@ VERIFY
};
is( $warnings, '' );
is_deeply( $mm->{AUTHOR}, ["test1","test2"] );
-
+
}