The first line of a file is allowed to be POD. Change initial conditions of internal flags to allow this.
This commit is contained in:
parent
a1f1bf450a
commit
e617567a71
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ sub checkContent {
|
|||
my $content = shift;
|
||||
my @content = @{$content};
|
||||
|
||||
my $podAllowed = 0;
|
||||
my $podAllowed = 1;
|
||||
my $lineNumber = 1;
|
||||
foreach my $line (@content) {
|
||||
chomp $line;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue