Changeset 10285
- Timestamp:
- 04/24/08 13:52:45 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/WebService-Simple/trunk/lib/WebService/Simple/Response.pm
r10275 r10285 22 22 } 23 23 24 sub parse_xml 25 { 26 my $self = shift; 27 $self->parse_response; 28 } 24 *parse_xml = \&parse_response; 29 25 30 26 1; … … 35 31 36 32 Webservice::Simple::Response - Adds a parse_response() to HTTP::Response 33 34 =head1 SYNOPSIS 35 36 # Internal use only 37 38 =head1 METHODS 39 40 =head2 new_from_response 41 42 =head2 parse_response 43 44 Parses the response content using the specified parser 45 46 =head2 parse_xml 47 48 This is a n alias for parse_response() for backwards compatibility. 49 Use parse_response instead. 37 50 38 51 =head1 AUTHOR
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)