[Rt-commit] [rtir] 03/04: Remove references to installing Net::Whois::RIPE

Kevin Falcone falcone at bestpractical.com
Mon Jul 15 13:08:59 EDT 2013


This is an automated email from the git hooks/post-receive script.

falcone pushed a commit to branch 2.9/bundle-net-whois-ripe
in repository rtir.

commit a08279dae037f3e7d6ab8a9d217823fc378eba28
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Mon Jul 15 12:28:56 2013 -0400

    Remove references to installing Net::Whois::RIPE
    
    Now that we bundle it, you don't have to wget the old version off of
    CPAN and install it manually.
---
 META.yml    | 1 -
 Makefile.PL | 2 --
 README      | 5 ++---
 3 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/META.yml b/META.yml
index 8c45072..ca5a412 100644
--- a/META.yml
+++ b/META.yml
@@ -27,7 +27,6 @@ no_index:
 requires:
   DBIx::SearchBuilder: 1.61
   Hook::LexWrap: 0
-  Net::Whois::RIPE: 0
   Parse::BooleanLogic: 0
   Regexp::Common: 0
   perl: 5.8.3
diff --git a/Makefile.PL b/Makefile.PL
index 45a0a36..6c68948 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -24,8 +24,6 @@ if ($^O ne 'VMS') {
 # RTIR needs this version of SB because of cud-from-select
 requires('DBIx::SearchBuilder', 1.61);
 
-# whois tool
-requires('Net::Whois::RIPE');
 # IP searching
 requires('Hook::LexWrap');
 requires('Regexp::Common');
diff --git a/README b/README
index 7cebe24..9a5fbe5 100644
--- a/README
+++ b/README
@@ -15,9 +15,8 @@ REQUIRED PACKAGES:
 ------------------
 
 o   RT 4.0.14rc1 or later, configured, installed and tested.
-o   Net::Whois::RIPE 1.31 or OLDER, later versions broke
-    backwards compatibility
-
+o   Net::Whois::RIPE 1.31 is bundled with RTIR for compatibility with the
+    API RTIR uses and for a fix to run without warnings under perl 5.18.
 
 Upgrade instructions:
 -----------------------

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Rt-commit mailing list