The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension WWW:UsePerl::Journal.

0.23	06/11/2009
	- added PingTest to test suite in order to check whether a network 
	  connection is available.

0.22	29/09/2008
	- patch by Dave Rolsky to fix the login code, to match recent updates 
	  to use.perl.org. (RT#38998 - thanks Dave).
	- updated optional tests.
	- closed security risk in entrytitled (RT#37177 - thanks Yanick)

0.21	07/11/2007
	- updated date testing to try and capture problems CPAN testers are
	  seeing.
	- updated an entry test in the event no content is returned.

0.20	07/11/2007
	- username or userid MUST be provided to new().
	- added debug() method to turn internal debugging on or off.
	- internal function _journalsearch_content renamed to _recent_content().
	- added debug testing script.

0.19	05/11/2007
	- fixed user names with other characters in aside from \w.
	- rewrote the the recent list testing, as posts can appear between
	  extracts.
	- missing entries can have to 2 different error messages, depending
	  upon context.
	- added futher diagnostics in the event of errors.
	- reversed login checks, now assumes failure unless validated.

0.18	04/11/2007
	- changed constants to variable due to suprious errors from 
	  Test::Pod::Coverage.
	- added raw() functions for debugging purposes.
	- changed date processing slightly, hopefully this finally fixes those
	  errors. (thanks to Andreas and Slaven for the feedback)

0.17	31/10/2007
	- Still getting CPAN Tester failures :( It looks like use.perl is
	  timing out, as it's unable to reference the test users (russell and 
	  147 (koschei)). The tests now skip, reporting the error, so I can
	  keep an eye on it.
	- More error reporting in tests if results not as expected, so that
	  CPAN Testers reports can hopefully identify specific problems.

0.16	14/03/2007
	- relaxed date testing, as timezones can affect the date/time value
	  returned.

0.15	05/03/2007
	- fixed several test bugs, including the date parsing issues.
	- WUJ::Post->new() now takes a hash as it states in the docs.
	- Rewrote some of the internals so they correctly cache results. 
	- Bit of an overhaul of the code so that underlying Entry objects are 
	  returned more appropriate, with the caller able to access the Entry
	  methods more directly. 
	- Error handling rewritten so the modules don't fail under pressure,
	  just return undef and set an $j->error().
	- Post.pm has had a fresh look and form completion has been updated.
	- Lots more testing, including developer only tests (not included).
	- Handwritten META.yml to conform to current specs.
	- Changed all instances of LICENCE to LICENSE.
	- Added META.yml test script.
	- Added LICENSE file.
	- Renamed the contrib directory to examples.
	- POD/README updates.
	- Devel::Cover - 93.3% (including developer only tests)

0.14	22 Sep 2005
	- updated journal post code (RT #4718)
	- added refresh() method to clear the cache
	- removed 22post.t so use.perl isn't bombarded with testing :)

0.13	Fri Jul 22 2005
	- use.perl layout changes (inc Simon Wilcox - RT #13748)
	- refactored test scripts
	- refactored journal post code
	- Added more test scripts

0.12	Tue Apr 05 2005
	- New maintainer - Barbie
	- Added sort patch from many eons ago
	- Updated tests to reflect changes to use.perl
	- Added more test scripts

0.11	Fri Jan 24 15:11:53 GMT 2003
	- Fix for change in the title HTML
	- Date code is still broken - it is out by the timezone of the user
	  who wrote the entry, this may not be fixable if we cannot
	  determine that user's timezone.

0.10	Mon Oct 14 10:51:25 BST 2002
	- Patch from Kate L Pugh fixes noon - 1pm bug and newline title bug

0.09	Wed Oct  9 15:11:57 BST 2002
	- Patch from Kate L Pugh fixes recentarray regex bug
	- Patch from Richard Clamp to fix his surname and strptime on Mac OS X
	- Contributed scripts for various statistics by 'jdavidb'

0.08	Fri Oct  4 15:19:30 BST 2002
	- Change in u.p.o broke recentarray - fixed

0.07	Fri Sep 27 17:42:51 BST 2002
	- Patch from Spoon
	- Gets date information from posts
	- "It produces potentially weird results due to time zones. But I believe
	  they are consistently weird. Will probably break if the user logs in."
	  -- the patch author

0.06	Thu Sep 26 10:46:16 BST 2002
	- Internal change to use.perl.org broke things
	- Thanks to Simon Wilcox and Simon Wistow for both reporting it on
	  the same day (which confused me ...).

0.05	Sun Mar  3 20:14:29 GMT 2002
	- Fixes
	- Interface had changed due to the introduction of the Entry class
	- stringification added to it to make it work as it did before
	- date added to Entry class
	- added Test::Simple dependency to makefile.
	- Many thanks to Richard!

0.04	Sun Mar  3 18:01:36 GMT 2002
	- Changes from koschei
	- WWW::UsePerl::Journal::Entry class
	- recentarray, recent journal entries.

0.03	Wed Feb 13 12:46:37 GMT 2002
	- Installed Richard Clamp's patches (finally!)
	- Journal list changed on use.perl
	- user id may be supplied instead of username
	- Added LWP dependency to makefile.
	- Thanks Richard!

0.02	Mon Jan 28 02:16:46 GMT 2002
	- use.perl.org changed some things and everything broke, now fixed.
	- Interface changed, more OO now...
	- Posting possible via postEntry (thanks to Iain Truskett!)
	- Test suite corrected (thanks to Tony Bowden)

0.01	Wed Jan 23 18:56:32 GMT 2002
	- original version; created by h2xs 1.19