Show
Ignore:
Timestamp:
04/25/08 17:28:20 (7 months ago)
Author:
mattn
Message:

* タブ修正
* 私は自己顕示欲はそれ程強くありませんが...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/WebService-Simple/trunk/lib/WebService/Simple/Parser/XML/Lite.pm

    r10434 r10435  
    1111    my %args  = @_; 
    1212 
    13         my $lite = delete $args{lite} || XML::Parser::Lite::Tree::instance(); 
     13    my $lite = delete $args{lite} || XML::Parser::Lite::Tree::instance(); 
    1414    my $self  = $class->SUPER::new(%args); 
    1515    $self->{lite} = $lite; 
     
    2121    my $self = shift; 
    2222    XML::Parser::Lite::Tree::XPath->new( 
    23                 $self->{lite}->parse( $_[0]->content ) ); 
     23        $self->{lite}->parse( $_[0]->content ) ); 
    2424} 
    2525 
     
    4848=head2 parse_response 
    4949 
     50=head1 AUTHOR 
     51 
     52mattn C<< <mattn.jp@gmail.com> >> 
     53 
    5054=cut