The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
--- 1.17.5 (4/7/2010) ---
    * fixed POD issues

--- 1.17.4 (20/4/2010) ---
    * added Australia support
    * added "land" property type support
    * fixed small POD issues
    * added countries test
    * separated out validations test

--- 1.17.3 (19/4/2010) ---
    * changed soho to richmond in 01-search.t
      - no gardens in soho caused the test to fail

--- 1.17.2 (28/1/2010) ---
    * fixed typo in $WebService::Nestoria::Search
         our $RecentRequsetUrl
      => our $RecentRequestUrl
    * Added documentation for $WebService::Nestoria::Search::RecentRequestUrl

--- 1.17.1 (7/12/2009) ---
    * failing test in 1.17.0 caused by external data. fixed test.
    * skip perl-critic test, it fails on too many foreign/CPANTS machines

--- 1.17.0 (2/12/2009) ---
    * updated to match version 1.17 of the API
        * added price_high and price_low as fields in the Result object
        * added auction_date as a field in the Result object
        * added land_size and land_size unit as fields in the Result object

--- 1.16.2 (29/9/2009) ---
    * further changes to t/xx-perl_critic.t to stop erroneous failures
    * renamed CHANGES to Changes to match other CPAN modules

--- 1.16.1 (23/9/2009) ---
    * added List::MoreUtils to the dependencies list (I thought it was core!)
    * only Perl::Critic if PERLCRITIC is not set - avoid custom .perlcriticrc

--- 1.16.0 (22/9/2009) ---
    * added support for bathrooms_max, bathrooms_min, rooms_max and rooms_min
    * rewrote the entire test suite to increase coverage and decrease false 
      failures. 100% subroutine code coverage!

--- 1.15.0 (12/9/2009) ---
    * added support for the larger image format now available through the API
      http://blog.nestoria.co.uk/2009/09/11/nestoria-api-version-115-live-bigger-pics/

--- 1.14.8 (30/4/2009) ---
    * fixed the nestoria_*.t tests so finding a listing with no keywords 
      doesn't make the test fail.

--- 1.14.7 (13/3/2009) ---
    * fixed the nestoria_*.t tests to reflect a change in the API's behaviour

--- 1.14.6 (12/3/2009) ---
    * t/pod_coverage.t to make t/kwalitee.t happy

--- 1.14.5 (11/3/2009) ---
    * Added Alistair Francis to author list. The below were from a patch he 
      submitted.
    * Added functionality to incorporate xml encoded responses
    * Made XML::Simple a requirement
    * Fixed bug in get_raw method, returned undef in all cases because 'json' 
      key value was never defined (correct key is 'raw')
    * Removed 'LICENSE' from Makefile.pl (not a valid parameter)

--- 1.14.4 (6/3/2009) ---
    * added new parameters ("guid" and "page")
    * added field "updated_in_days" for each listing
    * small documentation fixes

--- 1.14.3 (5/3/2009) ---
    * Documentation update ('let' is no longer an allowed listing_type)

--- 1.14.2 (7/11/2008) ---
    * Added "version" as a requirement

--- 1.14.1 (7/11/2008) ---
    * Documentation update
    
--- 1.14 (5/11/2008) ---
    * Added Germany & Italy API URLs
    * Fixed a bug, where metadata would not be returned early in a month.    
    * More robust check for lack of internet connectivity
    * Updated copyrights
    * Made JSON 2.x a requirement
    
--- 0.13 - 1.13 ---
    * Skipped in the interests of syncing up CPAN version with Nestoria 
    API version

--- 0.12 (31/10/2008) ---
    * metadata method
    * radius parameter
    * new sorts: newest/oldest
    * attribution field functions
    * Housekeeping
    
--- 0.11 ---
    * Only request required fields in nestoria.t
    * Bug Fix: Added get_price_type

--- 0.10 ---
    * Improved POD (full synopsis, full list of keywords, better formatting)
    * Can 'use WebService::Nestoria::Search Warnings => 0;'
    * All parameters now case insensitive (eg. country/Country, 
      Place_Name/place_name)
    * Bug Fix: Changing versions
    * Bug Fix: Requesting XML

--- 0.09 ---
    * Bug Fix: Can use 'buy', 'let', 'share' and 'rent' listing types

--- 0.08 ---
    * Fixed a bug in the test file
    * Added the 'keywords' method (API version 1.08)

--- 0.07 ---
    * Fixed a bug in the url test
    * Added the sort parameter (API version 1.05)
    * Added the keywords and keywords_exclude parameters (API version 1.06)
    * Added support for size_min and size_max for nestoria.es (API version 1.07)
    * Added Spanish keywords (API version 1.07)

--- 0.04 ---

Updated to work with Nestoria API version 1.04:
    * Listings now return 'keywords', a comma separated list of attributes
    * Listings now return a 'datasource_name', eg. 'HotProperty'
    * Module now requests that JSON be sent without pretty formatting

--- 0.01 ---

Initial module designed to request data from the Nestoria API version 1.00.

Visit http://www.nestoria.co.uk/help/api-tech for more details.