Skip to content
This repository was archived by the owner on Jul 18, 2018. It is now read-only.

Commit 89e6c88

Browse files
committed
Whitespace
1 parent 2ebfb3e commit 89e6c88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

t/compile.t

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ print "bail out! Script file is missing!" unless -e $file;
88

99
my $output = `$^X -c $file 2>&1`;
1010

11-
print "bail out! Script file does not compile!: The author must be a "
11+
print "bail out! Script file does not compile!: The author must be a "
1212
. idiot() . "."
1313
unless like( $output, qr/syntax OK$/, 'script compiles' );
14-
14+
1515
sub idiot
1616
{
1717
my @names = qw(moron idiot buffoon jerk dummy);
18-
18+
1919
$names[ int rand( $#names + 1 ) ];
2020
}

0 commit comments

Comments
 (0)