- Timestamp:
- 06/01/08 19:51:03 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/WebService-Simple/trunk/lib/WebService/Simple/Response.pm
r10337 r12988 8 8 our $VERSION = "0.02"; 9 9 10 sub new_from_response 11 { 10 sub new_from_response { 11 12 12 # XXX hack. This probably should be changed... 13 13 my $class = shift; 14 14 my %args = @_; 15 my $self = bless $args{response}, $class;15 my $self = bless $args{response}, $class; 16 16 $self->{__parser} = $args{parser}; 17 17 return $self; 18 18 } 19 19 20 sub parse_response 21 { 20 sub parse_response { 22 21 my $self = shift; 23 return $self->{__parser}->parse_response($self); 22 my %opt = @_; 23 return $self->{__parser}->parse_response( $self, %opt ); 24 24 } 25 25
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)