[Rt-commit] [rtir] 01/12: Remove the install dep on Hook::LexWrap
Kevin Falcone
falcone at bestpractical.com
Mon Apr 14 13:16:44 EDT 2014
This is an automated email from the git hooks/post-receive script.
falcone pushed a commit to branch 3.2/unwrap-hook-lexwrap
in repository rtir.
commit 1524ac34b68fff4da3d8fc4aff792f8b25f3bf41
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Wed Mar 26 12:38:16 2014 -0400
Remove the install dep on Hook::LexWrap
---
META.yml | 1 -
Makefile.PL | 1 -
2 files changed, 2 deletions(-)
diff --git a/META.yml b/META.yml
index d169352..dbf63bd 100644
--- a/META.yml
+++ b/META.yml
@@ -26,7 +26,6 @@ no_index:
- t
requires:
DBIx::SearchBuilder: 1.61
- Hook::LexWrap: 0
Parse::BooleanLogic: 0
Regexp::Common: 0
perl: 5.8.3
diff --git a/Makefile.PL b/Makefile.PL
index 2570bff..b0e47ff 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -26,7 +26,6 @@ if ($^O ne 'VMS') {
requires('DBIx::SearchBuilder', 1.61);
# IP searching
-requires('Hook::LexWrap');
requires('Regexp::Common');
# queries parsing
requires('Parse::BooleanLogic');
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the rt-commit
mailing list