add readme and update meta
This commit is contained in:
1
Build.PL
1
Build.PL
@@ -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',
|
||||||
},
|
},
|
||||||
|
|||||||
2
MANIFEST
2
MANIFEST
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
6
META.yml
6
META.yml
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user