summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorperlancar (on netbook-zenbook-ux305) <perlancar@gmail.com>2018-09-10 10:56:09 +0700
committerperlancar (on netbook-zenbook-ux305) <perlancar@gmail.com>2018-09-10 10:56:09 +0700
commit74c39defeb3da4a9aa653262949a0abb6375f994 (patch)
treee0748f810aa6b156afeff90505616fe974b11689
parent635c922181c507b20c8075e068a45a71d929383d (diff)
Release v0.001
-rw-r--r--Changes2
-rw-r--r--dist.ini4
-rw-r--r--lib/Test/Regexp/Pattern.pm2
-rwxr-xr-xscript/test-regexp-pattern (renamed from script/test-rinci)4
4 files changed, 9 insertions, 3 deletions
diff --git a/Changes b/Changes
index 0a85c1e..ec98f21 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,3 @@
-0.001 2018-09-10 (PERLANCAR) (unreleased)
+0.001 2018-09-10 (PERLANCAR)
- First release.
diff --git a/dist.ini b/dist.ini
index 5dd0855..e5e793e 100644
--- a/dist.ini
+++ b/dist.ini
@@ -10,8 +10,12 @@ name=Test-Regexp-Pattern
perl=5.010001
strict=0
warnings=0
+File::Spec=0
+Getopt::Long=0
+Test::Builder=0
[Prereqs / DevelopX_spec]
-phase=develop
-relationship=x_spec
Regexp::Pattern=0.2.0
+
diff --git a/lib/Test/Regexp/Pattern.pm b/lib/Test/Regexp/Pattern.pm
index 52431ca..591df6c 100644
--- a/lib/Test/Regexp/Pattern.pm
+++ b/lib/Test/Regexp/Pattern.pm
@@ -1,3 +1,5 @@
+## no critic: ValuesAndExpressions::ProhibitCommaSeparatedStatements BuiltinFunctions::RequireBlockMap
+
package Test::Regexp::Pattern;
# DATE
diff --git a/script/test-rinci b/script/test-regexp-pattern
index 9831466..6be5688 100755
--- a/script/test-rinci
+++ b/script/test-regexp-pattern
@@ -7,8 +7,8 @@ use 5.010;
use strict;
use warnings;
-use Getopt::Long qw(:config auto_help auto_version);
-use Test::Rinci;
+use Getopt::Long qw(:config bundling no_ignore_case auto_help auto_version);
+use Test::Regexp::Pattern;
my %opts = (
exclude_packages => [],