diff options
author | Daniel Laügt <daniel.laugt@gmail.com> | 2021-01-05 16:48:24 +0100 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2021-01-07 00:03:21 +0000 |
commit | 85c783f37d0b9b2c1bc2b93ae02254efe983d87a (patch) | |
tree | 2ff519903035644a9aac8a06b543fc5ae55b784c /configpm | |
parent | 35cde4f7e7f6687315e63f6c984bb94b71564667 (diff) | |
download | perl-85c783f37d0b9b2c1bc2b93ae02254efe983d87a.tar.gz |
Generate lib/Config.pod with unix format to be read with pod/buildtoc
Diffstat (limited to 'configpm')
-rwxr-xr-x | configpm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -856,7 +856,7 @@ tie %%Config, 'Config', { ENDOFTIE -open(CONFIG_POD, '>', $Config_POD) or die "Can't open $Config_POD: $!"; +open(CONFIG_POD, '>:raw', $Config_POD) or die "Can't open $Config_POD: $!"; print CONFIG_POD <<'ENDOFTAIL'; =head1 NAME |