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 33bc65d commit e1429a5Copy full SHA for e1429a5
lib/Module/Build/PodParser.pm
@@ -25,7 +25,7 @@ sub parse_from_filehandle {
25
26
local $_;
27
while (<$fh>) {
28
- next unless /^ =encoding \s+ (\S*)/ix;
+ next unless /^ =encoding \s+ (\S+)/ix;
29
binmode $fh, ":encoding($1)";
30
last;
31
}
0 commit comments