summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorperlancar (on netbook-zenbook-ux305) <perlancar@gmail.com>2018-09-10 11:00:30 +0700
committerperlancar (on netbook-zenbook-ux305) <perlancar@gmail.com>2018-09-10 11:00:30 +0700
commit9b6c9384295599bd676cc0244479ca8a04eab62c (patch)
treea8f6324f21bd2a12f14ec1b0c5f5c8337cd94168
parent74c39defeb3da4a9aa653262949a0abb6375f994 (diff)
[bugfix] Forgot to require Test::More
-rw-r--r--dist.ini1
-rw-r--r--lib/Test/Regexp/Pattern.pm1
2 files changed, 2 insertions, 0 deletions
diff --git a/dist.ini b/dist.ini
index e5e793e..f3dce68 100644
--- a/dist.ini
+++ b/dist.ini
@@ -13,6 +13,7 @@ warnings=0
File::Spec=0
Getopt::Long=0
Test::Builder=0
+Test::More=0
[Prereqs / DevelopX_spec]
-phase=develop
diff --git a/lib/Test/Regexp/Pattern.pm b/lib/Test/Regexp/Pattern.pm
index 591df6c..da167a8 100644
--- a/lib/Test/Regexp/Pattern.pm
+++ b/lib/Test/Regexp/Pattern.pm
@@ -11,6 +11,7 @@ use warnings;
use File::Spec;
use Test::Builder;
+use Test::More ();
my $Test = Test::Builder->new;