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:
Colin Kuskie 2010-07-07 15:35:47 -07:00
parent a1f1bf450a
commit e617567a71

View file

@ -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;