0.14 Tue May 24 22:08:13 CEST 2005 - Fixed the HTML parsing to reflect the change in the layout of the result table (patch thanks to Yann Gauguet). - Updated the tests 0.13 Thu Feb 24 10:23:28 CET 2005 - Fixed the HTML parsing to reflect the change in the layout of the result table (patch thanks to Éric(glb)). 0.12 Wed Jun 30 14:13:10 CEST 2004 - fixed a bug when the main form was not found. - the main form is now filled within an eval() to avoid HTML::Forms errors when trying to fill it. 0.11 Thu Jun 17 12:00:27 CEST 2004 - Added a '--fast' parameter to create the request from scratch (and not fetching the form from pagesjaunes.fr) - Support multiple phone numbers - Support e-mail addresses 0.10 Sat Jun 12 21:41:51 CEST 2004 - Added a '--useragent' parameter to let the user specify the UserAgent HTTP header. - Added some docs 0.8 Wed Jan 7 16:29:09 CET 2004 - Fixed the HTML parsing again. - Modified the user-agent string as pagejaunes.fr seems to be blocking user agent matching /WWW::Search::Pagesjaunes/ (see https://rt.cpan.org/Ticket/Display.html?id=4833 ) 0.7 Tue Dec 9 10:46:28 CET 2003 - Fixed the HTML parsing to reflect the changes in the pagesjaunes.fr website. (Thanks to David Landgren) - The form of pagesjaunes (not pagesblanches) is the second on on the frame, not the first. (Thanks to Jon Orwant) - Added a couple more tests 0.5 Sat Feb 8 13:03:05 CET 2003 - Fixed the HTML parsing to reflect the changes in the pagesjaunes.fr website. (Thanks to Nicolas Chuche) - Added documentation for the -address and -adresse switch 0.4 Thu Oct 24 23:26:04 CEST 2002 - No check on missing parameter is done in the .pm, it's up to the script to check that. - a Town *or* District is required (used to be only a Town) - pagesjaunes.fr errors are reported if the entry set is empty - Added a --quiet switch to avoid error reporting - Added a --english switch to use the pagesjaunes.fr interface in english (you can then use the english name of business types 'plombier' => 'plumber') - The Entry::entry method now returns an array. It is up to the user to set the proper separator ($, and $\) - Fixed the name truncation bug. 0.3 Tue Oct 15 13:11:09 CEST 2002 - Fixed a bug that prevented limit() to work - Added a --limit switch on the pagesjaunes script - pagesjaunes is better documented, using Pod::Usage - Changed the english switches to aliases, much cleaner 0.2 Tue Oct 15 10:29:35 CEST 2002 - Added usage for the pagesjaunes script - Added support for english options - Documented the limit() method 0.1 Mon Oct 14 22:58:57 CEST 2002 - first released version