From fd9becaf6caaa20771ce7a7e9de1e23b660bf54a Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Sat, 6 Jan 2018 12:31:30 +0000 Subject: [PATCH] add Test::File::ShareDir::Dist to meta --- META.json | 1 + META.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/META.json b/META.json index 7efedf00..185991b9 100644 --- a/META.json +++ b/META.json @@ -98,6 +98,7 @@ "test" : { "requires" : { "Env::Path" : "0", + "Test::File::ShareDir::Dist" : "0", "Test::More" : "0.88" } } diff --git a/META.yml b/META.yml index c4e38eda..54046a1c 100644 --- a/META.yml +++ b/META.yml @@ -4,6 +4,7 @@ author: - 'Oliver Gorwits ' build_requires: Env::Path: '0' + Test::File::ShareDir::Dist: '0' Test::More: '0.88' configure_requires: DBIx::Class: '0.082810'