initial broken implementation of the runner

This commit is contained in:
Oliver Gorwits
2017-09-03 22:30:28 +01:00
parent 49b5274c33
commit a8c58a7b05
4 changed files with 57 additions and 7 deletions

View File

@@ -13,6 +13,9 @@ Module::Build->new(
build_requires => {
},
requires => {
'aliased' => '0',
'namespace::clean' => '0.24',
'version' => '0.9902',
'Algorithm::Cron' => '0.07',
'AnyEvent' => '7.05',
'AnyEvent::DNS::EtcHosts' => '0',
@@ -71,8 +74,6 @@ Module::Build->new(
'URL::Encode' => '0.01',
'YAML' => '0.84',
'YAML::XS' => '0.41',
'namespace::clean' => '0.24',
'version' => '0.9902',
},
recommends => {
'Graph' => '0',