diff options
author | Karl Williamson <khw@cpan.org> | 2019-08-30 14:00:36 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2019-09-02 21:52:11 -0600 |
commit | 926d75807a731d7f1a4414f5c877bc11f68a4681 (patch) | |
tree | b623b81ab4e8eb5082096164f56e82475f42f47f /configpm | |
parent | f4d83e55d69eae573b06b926dd468cf6545fa92c (diff) | |
download | perl-926d75807a731d7f1a4414f5c877bc11f68a4681.tar.gz |
Config: mention it is generated by configpm
Diffstat (limited to 'configpm')
-rwxr-xr-x | configpm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -860,6 +860,8 @@ open(CONFIG_POD, '>', $Config_POD) or die "Can't open $Config_POD: $!"; print CONFIG_POD <<'ENDOFTAIL'; =head1 NAME +=for comment Generated by configpm. Any changes made here will be lost! + Config - access Perl configuration information =head1 SYNOPSIS |