Show
Ignore:
Timestamp:
12/07/07 13:15:34 (5 years ago)
Author:
tokuhirom
Message:

lang/perl/WWW-MobileCarrierJP: added pictogram information scraper. this code is copied from Encode-JP-Mobile.miyagawa++

Location:
lang/perl/WWW-MobileCarrierJP/trunk
Files:
4 added
2 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/WWW-MobileCarrierJP/trunk/MANIFEST

    r2724 r2762  
    3535t/04_cidr.t 
    3636t/pod.t 
    37 t/pod_coverage.t 
    3837tools/dump.pl 
    3938LICENSE 
  • lang/perl/WWW-MobileCarrierJP/trunk/Makefile.PL

    r2509 r2762  
    33all_from 'lib/WWW/MobileCarrierJP.pm'; 
    44 
    5 requires 'Web::Scraper' => 0; 
     5requires 'Web::Scraper' => '0.24'; 
     6requires 'HTML::Selector::XPath' => '0.03'; 
     7 
     8features( 
     9    'ezweb pictgram scraper' => [ 
     10        -default => 1, 
     11        recommends('CAM::PDF', 0), 
     12    ], 
     13); 
    614 
    715build_requires 'Test::More';