add Test::File::ShareDir::Dist to meta

This commit is contained in:
Oliver Gorwits
2018-01-06 12:31:30 +00:00
parent 275b0224db
commit fd9becaf6c
2 changed files with 2 additions and 0 deletions

View File

@@ -98,6 +98,7 @@
"test" : { "test" : {
"requires" : { "requires" : {
"Env::Path" : "0", "Env::Path" : "0",
"Test::File::ShareDir::Dist" : "0",
"Test::More" : "0.88" "Test::More" : "0.88"
} }
} }

View File

@@ -4,6 +4,7 @@ author:
- 'Oliver Gorwits <oliver@cpan.org>' - 'Oliver Gorwits <oliver@cpan.org>'
build_requires: build_requires:
Env::Path: '0' Env::Path: '0'
Test::File::ShareDir::Dist: '0'
Test::More: '0.88' Test::More: '0.88'
configure_requires: configure_requires:
DBIx::Class: '0.082810' DBIx::Class: '0.082810'