Skip to content

Commit 85c783f

Browse files
dlaugttonycoz
authored andcommitted
Generate lib/Config.pod with unix format to be read with pod/buildtoc
1 parent 35cde4f commit 85c783f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configpm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ tie %%Config, 'Config', {
856856
ENDOFTIE
857857

858858

859-
open(CONFIG_POD, '>', $Config_POD) or die "Can't open $Config_POD: $!";
859+
open(CONFIG_POD, '>:raw', $Config_POD) or die "Can't open $Config_POD: $!";
860860
print CONFIG_POD <<'ENDOFTAIL';
861861
=head1 NAME
862862

0 commit comments

Comments
 (0)