add readme and update meta

This commit is contained in:
Oliver Gorwits
2018-01-30 15:41:53 +00:00
parent 2625381e5b
commit fb69a60b45
5 changed files with 2474 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ Module::Build->new(
license => 'bsd', license => 'bsd',
dist_author => 'Eric A. Miller <emiller@cpan.org>', dist_author => 'Eric A. Miller <emiller@cpan.org>',
# dynamic_config => 1, # dynamic_config => 1,
create_readme => 1,
configure_requires => { configure_requires => {
'Module::Build' => '0.42', 'Module::Build' => '0.42',
}, },

View File

@@ -129,6 +129,7 @@ LICENSE
MANIFEST This list of files MANIFEST This list of files
META.json META.json
META.yml META.yml
README
t/00_load.t t/00_load.t
xt/.perltidyrc xt/.perltidyrc
xt/00_local_distribution.t xt/00_local_distribution.t
@@ -139,3 +140,4 @@ xt/00_local_pod.t
xt/00_local_prereq.t xt/00_local_prereq.t
xt/00_local_spelling.t xt/00_local_spelling.t
xt/00_local_versionsync.t xt/00_local_versionsync.t
xt/10_remote_snmplabs.t

View File

@@ -27,6 +27,12 @@
}, },
"test" : { "test" : {
"requires" : { "requires" : {
"Class::ISA" : "0",
"File::Slurp" : "0",
"Module::Info" : "0",
"Module::Load" : "0",
"PPI" : "0",
"Test::Distribution" : "0",
"Test::More" : "0.88" "Test::More" : "0.88"
} }
} }

View File

@@ -3,6 +3,12 @@ abstract: 'OO Interface to Network devices and MIBs through SNMP'
author: author:
- 'Eric A. Miller <emiller@cpan.org>' - 'Eric A. Miller <emiller@cpan.org>'
build_requires: build_requires:
Class::ISA: '0'
File::Slurp: '0'
Module::Info: '0'
Module::Load: '0'
PPI: '0'
Test::Distribution: '0'
Test::More: '0.88' Test::More: '0.88'
configure_requires: configure_requires:
Module::Build: '0.42' Module::Build: '0.42'

2459
README Normal file

File diff suppressed because it is too large Load Diff