Show
Ignore:
Timestamp:
04/04/08 07:05:20 (8 months ago)
Author:
yusukebe
Message:

lang/perl/WebService-Simple: Fix type etc.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/WebService-Simple/trunk/lib/WebService/Simple/Response.pm

    r8551 r8821  
    2222=head1 NAME 
    2323 
    24     Webservice::Simple::Response - Override HTTP::Request and add a xml_parse method 
     24Webservice::Simple::Response - Adds a xml_parse() to HTTP::Response 
    2525 
    2626=head1 VERSION 
     
    3535 
    3636Parse a xml content with XML::Simple and return the Perl object. 
     37You can tell XML::Simple parse options as parameters. 
     38 
     39  my $ref = $response->parse_xml( { forcearray => [], keyattr => [] } ); 
    3740 
    3841=back 
     
    4548=head1 LICENCE AND COPYRIGHT 
    4649 
    47 Copyright (c) 2008, Yusuke Wada C<< <yusuke@kamawada.com> >>. All rights reserved. 
     50Copyright (c) 2008 Yusuke Wada, All rights reserved. 
    4851 
    4952This module is free software; you can redistribute it and/or