The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changes 03
META.json 11
META.yml 11
lib/Net/Whois/Raw/Data.pm 01
lib/Net/Whois/Raw.pm 11
5 files changed (This is a version diff) 37
@@ -601,3 +601,6 @@ Revision history for Perl module Net::Whois::Raw.
 2.79    Oct 18 2014 Dmitriy Shamatrin
     - Added possibility to specify list of ips for selected whois servers
     - Refactored logic for @SRC_IPS
+
+2.80    Dec 03 2014 Alexander Nalivayko
+    - new tld .OOO
@@ -46,5 +46,5 @@
       }
    },
    "release_status" : "stable",
-   "version" : "2.79"
+   "version" : "2.80"
 }
@@ -28,4 +28,4 @@ requires:
   Regexp::IPv6: 0
   Test::More: 0
   URI::URL: 0
-version: 2.79
+version: 2.80
@@ -362,6 +362,7 @@ our %servers = qw(
     WEDDING         whois-dub.mm-registry.com
     WORK            whois-dub.mm-registry.com
     YOGA            whois-dub.mm-registry.com
+    OOO             whois-dub.mm-registry.com
 
     TV  whois.nic.tv
     WS  whois.worldsite.ws
@@ -14,7 +14,7 @@ use utf8;
 
 our @EXPORT = qw( whois get_whois );
 
-our $VERSION = '2.79';
+our $VERSION = '2.80';
 
 our ($OMIT_MSG, $CHECK_FAIL, $CHECK_EXCEED, $CACHE_DIR, $TIMEOUT, $DEBUG) = (0) x 7;