The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension WWW::Wikipedia.

2.00    Tue Apr 05 2011
        - use decoded_content() rather than just content() (RT #66337)
        - parse raw text to get proper redirect link (RT #66337)
        - try to catch self-redirects (RT #66337)

1.99    Wed Feb 16 2011
        - Fix up title in entry and provide an accessor for the value
        - use uri_escape_utf8 in search() as needed

1.98    Wed Dec 01 2010
        - Remove newline that was attached to redirects returned by search()

1.97    Wed Jun 16 2010
        - Update redirect regex due to wikipedia changes (RT #58440)

1.96    Mon Sep 14 2009
        - Add text_basic() and fulltext_basic() to Entry, which are the
          same as the non _basic methods, but not run through Text::Autoformat

1.95    Wed Apr 29 2009
        - Swap out CGI for URI::Escape

1.94    Mon Feb 25 2008
        - Fix random() to get the proper url for the raw content

1.93    Tue Dec 11 2007
        - add a setting to control the following of redirect directives
        - switch to Module::Install

1.92    Tue Jan  2 10:07:33 EST 2007
        - a random() method was added in 1.91
        - added parse_head(0) to squash some warnings

1.91    Tue Jan  2 07:14:44 EST 2007
        - redirects no longer case sensitive (thanks Chris Bolt)

1.9     Tue Apr 18 05:37:06 CDT 2006
        - handle wikipedia style redirects when the raw content looks like
          #REDIRECT [[systems theory]]

1.8     Fri Aug 26 12:52:09 CDT 2005
        - avoid passing in any sequence of \n to autoformamt since it
          barfs on that as well in v1.13 (thanks Steve Freedman)
        - when there is no summary paragraph in an entry, a call to text()
          will return the fulltext for an entry.

1.7     Fri Jul 15 14:12:22 CDT 2005
        - avoid passing "\n" to Text::Autoformat::autoformat() since it 
          blows chunks in v1.13 (thanks Tom Halford)

1.6     Mon Jul 11 15:25:10 CDT 2005
        - updated WWW::Wikipedia to use the new raw url (thanks Katrin Tomanek)

1.5     Wed Mar 23 08:46:03 2005
	- added language option (-l) to bin/wikipedia
	- added pod and pod_coverage tests

1.4     Mon Feb 14 12:45:13 2005
	- added error() for error messages
	- search() now returns undef on error and sets error()

1.3     Tue Oct 26 13:58:04 2004
        - added multi-lingual support to WWW::Wikipedia::Entry

1.2     Wed Sep 01 08:35:42 2004
        - removed newline stripping (thanks Offer Kaye)
        - bin/wikipedia uses Text::Autoformat

1.1     Thu Aug 19 20:11:10 2004
        - fixed t/15.entry.t to hopefull pass on multiple platforms no 
          matter what OS the distribution was created on.

1.0     Tue Aug 10 08:50:13 2004
        - added initial multi-lingual support

0.9     Wed Aug 04 23:19:12 2004
        - new WWW::Wikipedia::Entry, backwards incompatible changes to
          interface.
        - t/15.entry.t test the new entry class.
        - WWW::Wikipedia is now a subclass of LWP::UserAgent.

0.6     Tue Apr 06 10:02:34 2004
        - fixed documentation bug (thanks Thomas Galley)

0.5     Fri Feb 13 10:32:01 2004
        - wikipedia cmd line tool uses IO::Page if it can.

0.4     Fri Feb 13 10:03:23 2004
        - wikipedia cmd line tool courtesy of Slaven Rezic.
        - fixed warnings emanating from module

0.3	Tue Apr 01 08:57:00 2003
	- added ability to specify useragent in constructor 
	  thanks Lin Yung-Chung.

0.2	Mon Mar 24 03:46:00 2003
	- fixed README

0.1	Fri Mar 21 16:02:15 2003
	- original version