diff options
-rw-r--r-- | lib/Math/BigInt/t/bare_mbf.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Math/BigInt/t/bare_mbf.t b/lib/Math/BigInt/t/bare_mbf.t index 29a73a0153..1cd56c0cb4 100644 --- a/lib/Math/BigInt/t/bare_mbf.t +++ b/lib/Math/BigInt/t/bare_mbf.t @@ -8,7 +8,7 @@ BEGIN $| = 1; # to locate the testing files my $location = $0; $location =~ s/bare_mbf.t//i; - print "$0\n"; + print "#$0\n"; if ($ENV{PERL_CORE}) { # testing with the core distribution |