Revision history for WWW-Ohloh-API

1.0_1 2008-11-19
 - Changed the Time::Piece objects to be local to GMT

 [STATISTICS]
 - code churn: 21 files changed, 280 insertions(+), 99 deletions(-)

1.0.2 2025-06-25
 - Deprecate the package (Ohlog itself is long dead).

1.0_0 2008-11-18
 - Changed all instances of get_* to fetch* in WWW::Ohloh::API
 - Adding repository and bugtracker info to META.yml
 - Fixed Test::Pod::Snippets test

0.3.0 2008-08-10T21:52:58Z
 - Repository object's url is now a URI object
 - tests using Test::Exception skipped if T::E is not installed
 - new tests using Test::Pod::Snippets
 - In W:O:A:Stack, update_time is now a Time::Piece
 - In W:O:A:Account, creation_time is now a Time::Piece
 - In W:O:A:Repository, url is now a URI object, thanks to Yuval Kogman.

0.2.0 2008-07-27T18:29:27Z
 - Brought in Yuval Kogman's fix to have Enlistments confirm to the
   collection interface.
 - Added W:O:A:Messages, W:O:A:Message and W:O:A:Message::Tag.
 - Modified W:O:A:Languages to play nice with new paginated interface.

0.1.0 2008-05-05T21:33:51Z
 - Added W:O:A:Stack, W:O:A:StackEntry and W:O:A:SizeFact.

0.0.9 2008-03-12T21:10:09Z
 - Fixed bug in W:O:A:Factoid.
 - Changed the wrapping of 5.10-tests to be eval "", not eval {}.
 - Put online and author tests in their own directories.

0.0.8 2008-03-11T09:07:53Z
 - Wrapped Perl 5.10-specific test in eval{} so early Perls don't  fail the
   test.

0.0.7 2008-03-09T18:36:32Z
 - Added W:O:A:Enlistment, W:O:A:Repository and W:O:A:Factoid.
 - Changed W:O:A:ContributorFact to reflect API change (see
   http://www.ohloh.net/forums/3492/topics/835)

0.0.6 2008-01-28T22:15:27Z
 - Added W:O:A:Kudo and W:O:A:Kudos.

0.0.5 2008-01-18T08:35:11Z
 - Removed XML::Simple mention in tests.
 - Removed test using Perl 5.10 features.

0.0.4 2008-01-17T22:49:05Z
 - Added W:O:A:ActivityFacts and W:O:A:ActivityFact.
 - Dropped support for Perl 5.6.0.
 - Added Build.PL dependency List::MoreUtils and Params::Validate,  removed
   XML::Simple.
 - Added dependency test for TEST_AUTHOR.

0.0.3 2008-01-14T23:04:10Z
 - Added Pod::Manual script in docs/manual.pl to generate pdf manual.
 - Added W:O:A:Language and W:O:A:Languages.
 - Changed how Readonly is used in an attempt to please Perl 5.6.
 - Added missing dependencies.

0.0.2 2008-01-09T21:30:59Z
 - Added W:O:A::Project, W:O:A::Projects and W:O:A::Analysis.
 - Internal: switched XML engine from XML::Simple to XML::LibXML.
 - Added script to generate manual (via Pod::Manual).
 - pod-coverage is no longer run by everyone.

0.0.1 2008-01-02T16:24:48Z
 - Initial release.