Show
Ignore:
Timestamp:
04/17/08 23:01:36 (5 years ago)
Author:
yappo
Message:

lang/perl/HTML-Entities-ConvertPictogramMobileJp?: ちゃんとうごかなかったので直した

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/HTML-Entities-ConvertPictogramMobileJp/trunk/lib/HTML/Entities/ConvertPictogramMobileJp.pm

    r9637 r9639  
    1616            callbacks => { 
    1717                'HTTP::MobileAgent or HTTP::MobileAttribute' => sub { 
    18                     ref $_[0] && ($_[0]->isa('HTTP::MobileAgent') || $_[0]->isa('HTTP::MobileAttribute')) 
     18                    my $pkg = ref $_[0]; 
     19                    $pkg && ( 
     20                        $_[0]->isa('HTTP::MobileAgent') || 
     21                        $_[0]->isa('HTTP::MobileAttribute') || 
     22                        $pkg =~ /^HTTP::MobileAttribute::Agent::/ 
     23                    ) 
    1924                }, 
    2025            },