The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
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