Changeset 4177 for lang/perl/HTTP-MobileAgent/trunk
- Timestamp:
- 01/07/08 19:17:13 (5 years ago)
- Location:
- lang/perl/HTTP-MobileAgent/trunk
- Files:
-
- 1 added
- 2 modified
-
Makefile.PL (modified) (1 diff)
-
lib/HTTP/MobileAgent/Vodafone.pm (modified) (2 diffs)
-
t/11_softbank_base.t (added)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/HTTP-MobileAgent/trunk/Makefile.PL
r3080 r4177 7 7 build_requires 'Test::More' => 0.32; 8 8 9 use_test_base; 9 10 auto_include; 10 11 WriteAll; -
lang/perl/HTTP-MobileAgent/trunk/lib/HTTP/MobileAgent/Vodafone.pm
r204 r4177 165 165 } 166 166 167 sub xhtml_compliant { 168 my $self = shift; 169 return ($self->is_type_w || $self->is_type_3gc) ? 1 : 0; 170 } 171 167 172 1; 168 173 __END__ … … 267 272 returns undef if unknown. 268 273 274 =item xhtml_compliant 275 276 if ($agent->xhtml_compliant) { } 277 278 returns if the agent is XHTML compliant. 279 269 280 =back 270 281
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)