summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorperlancar (on netbook-zenbook-ux305) <perlancar@gmail.com>2018-09-12 09:02:42 +0700
committerperlancar (on netbook-zenbook-ux305) <perlancar@gmail.com>2018-09-12 09:02:42 +0700
commit0d0aef17360098e76e2341a41de05f43b52638f5 (patch)
treeb7ba1f2606a01bd38563c6d6e4ee64fa20686075
parent46de7fd4d5a1f008f0db5766c06d1dfab1dfb9f4 (diff)
[dist] Add missing runtime requires dependency to Regexp::Pattern (not detected yet by lint-prereqs, the latter should be fixed) [CT]
-rw-r--r--dist.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist.ini b/dist.ini
index 4b03e90..baeeff8 100644
--- a/dist.ini
+++ b/dist.ini
@@ -12,6 +12,7 @@ strict=0
warnings=0
File::Spec=0
Getopt::Long=0
+Regexp::Pattern=0.2.7
Test::Builder=0
Test::More=0
@@ -19,4 +20,3 @@ Test::More=0
-phase=develop
-relationship=x_spec
Regexp::Pattern=0.2.7
-