diff options
Diffstat (limited to 't/pod/poderrs.t')
-rwxr-xr-x | t/pod/poderrs.t | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/pod/poderrs.t b/t/pod/poderrs.t index bec2a198b6..ec632c2538 100755 --- a/t/pod/poderrs.t +++ b/t/pod/poderrs.t @@ -10,6 +10,10 @@ my %options = map { $_ => 1 } @ARGV; ## convert cmdline to options-hash my $passed = testpodchecker \%options, $0; exit( ($passed == 1) ? 0 : -1 ) unless $ENV{HARNESS_ACTIVE}; +### Deliberately throw in some blank but non-empty lines + +### The above line should contain spaces + __END__ |