This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
038f055
)
Compile failure message tidying.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Tue, 14 Aug 2001 03:08:07 +0000
(
03:08
+0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Tue, 14 Aug 2001 03:08:07 +0000
(
03:08
+0000)
p4raw-id: //depot/perl@11663
t/lib/1_compile.t
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/1_compile.t
b/t/lib/1_compile.t
index
4cf599b
..
66ebcbb
100644
(file)
--- a/
t/lib/1_compile.t
+++ b/
t/lib/1_compile.t
@@
-97,7
+97,7
@@
print "1..".@Core_Modules."\n";
my $test_num = 1;
foreach my $module (@Core_Modules) {
- print "
#
$module compile failed\nnot " unless compile_module($module);
+ print "$module compile failed\nnot " unless compile_module($module);
print "ok $test_num\n";
$test_num++;
}