Changeset 33931

Show
Ignore:
Timestamp:
06/13/09 11:17:37 (4 years ago)
Author:
yusukebe
Message:

Checking in changes prior to tagging of version 0.16. Changelog diff is:

Index: Changes
===================================================================
--- Changes (リビジョン 33929)
+++ Changes (作業コピー)
@@ -1,12 +1,15 @@

Revision history for WebService?-Simple


+0.16 2009/6/13
+ - Fixed some tests, thanks to tomyhero and tokuhirom.
+ - Add docoments to POD.

0.15 Sun Feb 1 13:49:00 2009

  • fixed test for XML::Feed parser

0.14 Sat Jun 31 08:48:00 2009

  • add a parser using XML::Feed

0.13 Sat Jun 3 13:05:00 2009

  • bug fix about cache

- - add test for uri escape
+ - add test for uri escape

0.12 Mon MAY 26 01:10:00 2008

  • bug fix, thanks to lestrrat

0.11 Fri Apr 27 22:22:00 2008

Location:
lang/perl/WebService-Simple/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/WebService-Simple/trunk/Changes

    r29378 r33931  
    11Revision history for WebService-Simple 
    22 
     30.16  2009/6/13 
     4       - Fixed some tests, thanks to tomyhero and tokuhirom. 
     5       - Add docoments to POD. 
    360.15  Sun Feb 1 13:49:00 2009 
    47       - fixed test for XML::Feed parser 
     
    7100.13  Sat Jun 3 13:05:00 2009 
    811       - bug fix about cache 
    9        - add test for uri escape  
     12       - add test for uri escape 
    10130.12  Mon MAY 26 01:10:00 2008 
    1114       - bug fix, thanks to lestrrat 
  • lang/perl/WebService-Simple/trunk/lib/WebService/Simple.pm

    r33930 r33931  
    1212use UNIVERSAL::require; 
    1313 
    14 our $VERSION = '0.15'; 
     14our $VERSION = '0.16'; 
    1515 
    1616__PACKAGE__->config( 
     
    324324  my $thing = $response->parse_response; 
    325325 
    326 For example. if you want to set XML::Simple options, use WebService::Simple::Parser::XML::Simple 
     326For example. If you want to set XML::Simple options, use WebService::Simple::Parser::XML::Simple 
    327327including this module: 
    328328