Changeset 9639 for lang/perl/HTML-Entities-ConvertPictogramMobileJp
- Timestamp:
- 04/17/08 23:01:36 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/HTML-Entities-ConvertPictogramMobileJp/trunk/lib/HTML/Entities/ConvertPictogramMobileJp.pm
r9637 r9639 16 16 callbacks => { 17 17 '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 ) 19 24 }, 20 25 },
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)