The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changes 04
MANIFEST 01
META.json 22
META.yml 22
TODO.md 07
lib/Net/Dict.pm 11
t/connection.t 11
t/database.t 11
8 files changed (This is a version diff) 719
@@ -1,5 +1,9 @@
 Revision history for Perl module Net::Dict
 
+2.19 2014-12-17
+    - Fixed failing tests - caused by updated dictionaries on dict.org
+    - Added a TODO.md file with the things I want to get around to doing.
+
 2.18 2014-06-26
     - Some of the dict.org databases have been updated, needing updates
       to databases. Reported by RJBS.
@@ -14,5 +14,6 @@ t/define.t
 t/match.t
 t/auth.test
 t/lib/Net/Dict/TestConfig.pm
+TODO.md
 META.yml                                 Module YAML meta-data (added by MakeMaker)
 META.json                                Module JSON meta-data (added by MakeMaker)
@@ -4,7 +4,7 @@
       "Neil Bowers <neil@bowers.com>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.141170",
+   "generated_by" : "ExtUtils::MakeMaker version 7.02, CPAN::Meta::Converter version 2.143240",
    "license" : [
       "perl_5"
    ],
@@ -51,5 +51,5 @@
          "url" : "https://github.com/neilbowers/Net-Dict"
       }
    },
-   "version" : "2.18"
+   "version" : "2.19"
 }
@@ -9,7 +9,7 @@ build_requires:
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.141170'
+generated_by: 'ExtUtils::MakeMaker version 7.02, CPAN::Meta::Converter version 2.143240'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -29,4 +29,4 @@ requires:
   perl: '5.006'
 resources:
   repository: https://github.com/neilbowers/Net-Dict
-version: '2.18'
+version: '2.19'
@@ -0,0 +1,7 @@
+* Move all live dict.org tests to xt/release
+* Come up with some sensible tests for t/
+  that don't require a remote DICT server
+* Full test coverage
+* Change t/define.t to use Test::Differences
+* Better OO design
+* Switch to Dist::Zilla
@@ -18,7 +18,7 @@ use Net::Cmd;
 use Carp;
 
 use vars qw(@ISA $debug);
-our $VERSION = '2.18';
+our $VERSION = '2.19';
 
 #-----------------------------------------------------------------------
 # Default values for arguments to new(). We also use this to
@@ -220,7 +220,7 @@ moby-thesaurus      30263        528 kB         10 MB         28 MB
 elements              142          2 kB         17 kB         53 kB
 vera                11877        135 kB        222 kB        735 kB
 jargon               2314         40 kB        577 kB       1432 kB
-foldoc              14908        295 kB       2179 kB       5332 kB
+foldoc              15031        298 kB       2198 kB       5379 kB
 easton               3968         64 kB       1077 kB       2648 kB
 hitchcock            2619         34 kB         33 kB         85 kB
 bouvier              6797        128 kB       2338 kB       6185 kB
@@ -227,7 +227,7 @@ fd-swe-eng:Swedish-English FreeDict Dictionary ver. 0.1.1
 fd-tur-deu:Turkish-German FreeDict Dictionary ver. 0.1.1
 fd-tur-eng:Turkish-English FreeDict Dictionary ver. 0.2.1
 fd-wel-eng:Welsh-English Freedict dictionary
-foldoc:The Free On-line Dictionary of Computing (18 May 2012)
+foldoc:The Free On-line Dictionary of Computing (20 July 2014)
 gaz2k-counties:U.S. Gazetteer Counties (2000)
 gaz2k-places:U.S. Gazetteer Places (2000)
 gaz2k-zips:U.S. Gazetteer Zip Code Tabulation Areas (2000)