remove non breaking space (#424)

only changed in comments.
This commit is contained in:
nick n
2021-06-17 02:57:15 +02:00
committed by GitHub
parent 63fedc6a41
commit b491a6921c
3 changed files with 8 additions and 8 deletions

View File

@@ -6,13 +6,13 @@ Module::Build->new(
module_name => 'SNMP::Info',
license => 'bsd',
dist_author => 'Eric A. Miller <emiller@cpan.org>',
# dynamic_config => 1,
# dynamic_config => 1,
create_readme => 1,
configure_requires => {
'Module::Build' => '0.42',
},
# build_requires => {
# },
# build_requires => {
# },
requires => {
'SNMP' => '0',
'Math::BigInt' => '0',
@@ -39,9 +39,9 @@ Module::Build->new(
'Module::Find' => '0',
'Hook::LexWrap' => '0',
},
# script_files => [
# ],
# share_dir => 'share',
# script_files => [
# ],
# share_dir => 'share',
meta_merge => {
resources => {
homepage => 'http://netdisco.org/',