We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b1ac85 commit ed77228Copy full SHA for ed77228
lib/Module/Build/PodParser.pm
@@ -25,7 +25,7 @@ sub parse_from_filehandle {
25
26
local $_;
27
while (<$fh>) {
28
- next unless /=encoding \s+ (.*)/ix;
+ next unless /^ =encoding \s+ (.*)/ix;
29
binmode $fh, ":encoding($1)";
30
last;
31
}
0 commit comments