Changeset 3855

Show
Ignore:
Timestamp:
12/31/07 15:05:10 (5 years ago)
Author:
tokuhirom
Message:

Checking in changes prior to tagging of version 0.07. Changelog diff is:

=== Changes
==================================================================
--- Changes (revision 5498)
+++ Changes (local)
@@ -1,5 +1,9 @@

Revision history for Perl extension WWW::MobileCarrierJP


+0.07
+ more docs.
+ no feature cheangs.
+

0.06

  • oops. fixed test.
    no feature changes included in this release.
Location:
lang/perl/WWW-MobileCarrierJP/trunk
Files:
14 modified

Legend:

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

    r3661 r3855  
    11Revision history for Perl extension WWW::MobileCarrierJP 
     2 
     30.07 
     4    more docs. 
     5    no feature cheangs. 
    26 
    370.06 
  • lang/perl/WWW-MobileCarrierJP/trunk/lib/WWW/MobileCarrierJP.pm

    r3661 r3855  
    33use warnings; 
    44 
    5 our $VERSION = '0.06'; 
     5our $VERSION = '0.07'; 
     6 
     71; 
     8 
     9__END__ 
    610 
    711=head1 NAME 
     
    4852The full text of the license can be found in the 
    4953LICENSE file included with this module. 
    50  
    51 =cut 
    52  
    53 1; 
  • lang/perl/WWW-MobileCarrierJP/trunk/lib/WWW/MobileCarrierJP/AirHPhone/CIDR.pm

    r2700 r3855  
    1717 
    18181; 
     19__END__ 
     20 
     21=head1 NAME 
     22 
     23WWW::MobileCarrierJP::AirHPhone::CIDR - get CIDR informtation from willcom site. 
     24 
     25=head1 SYNOPSIS 
     26 
     27    use WWW::MobileCarrierJP::AirHPhone::CIDR; 
     28    WWW::MobileCarrierJP::AirHPhone::CIDR->scrape(); 
     29 
     30=head1 AUTHOR 
     31 
     32Tokuhiro Matsuno < tokuhirom gmail com > 
     33 
     34=head1 SEE ALSO 
     35 
     36L<WWW::MobileCarrierJP> 
     37 
  • lang/perl/WWW-MobileCarrierJP/trunk/lib/WWW/MobileCarrierJP/DoCoMo/CIDR.pm

    r2698 r3855  
    2020 
    21211; 
     22__END__ 
     23 
     24=head1 NAME 
     25 
     26WWW::MobileCarrierJP::DoCoMo::CIDR - get CIDR informtation from DoCoMo site. 
     27 
     28=head1 SYNOPSIS 
     29 
     30    use WWW::MobileCarrierJP::DoCoMo::CIDR; 
     31    WWW::MobileCarrierJP::DoCoMo::CIDR->scrape(); 
     32 
     33=head1 AUTHOR 
     34 
     35Tokuhiro Matsuno < tokuhirom gmail com > 
     36 
     37=head1 SEE ALSO 
     38 
     39L<WWW::MobileCarrierJP> 
     40 
  • lang/perl/WWW-MobileCarrierJP/trunk/lib/WWW/MobileCarrierJP/DoCoMo/Display.pm

    r2782 r3855  
    5555__END__ 
    5656 
     57=head1 NAME 
     58 
     59WWW::MobileCarrierJP::DoCoMo::Display - get display informtation from DoCoMo site. 
     60 
     61=head1 SYNOPSIS 
     62 
     63    use WWW::MobileCarrierJP::DoCoMo::Display; 
     64    WWW::MobileCarrierJP::DoCoMo::Display->scrape(); 
     65 
     66=head1 AUTHOR 
     67 
     68Tokuhiro Matsuno < tokuhirom gmail com > 
     69 
    5770=head1 THANKS 
    5871 
    5972This code is copied from HTTP::MobileAgent :) 
     73 
     74thanks H-MA authors. 
     75 
     76=head1 SEE ALSO 
     77 
     78L<WWW::MobileCarrierJP> 
     79 
  • lang/perl/WWW-MobileCarrierJP/trunk/lib/WWW/MobileCarrierJP/DoCoMo/Flash.pm

    r2785 r3855  
    5555__END__ 
    5656 
     57=head1 NAME 
     58 
     59WWW::MobileCarrierJP::DoCoMo::Flash - get flash informtation from DoCoMo site. 
     60 
     61=head1 SYNOPSIS 
     62 
     63    use WWW::MobileCarrierJP::DoCoMo::Flash; 
     64    WWW::MobileCarrierJP::DoCoMo::Flash->scrape(); 
     65 
     66=head1 AUTHOR 
     67 
     68Tokuhiro Matsuno < tokuhirom gmail com > 
     69 
    5770=head1 SEE ALSO 
    5871 
     72L<WWW::MobileCarrierJP>, 
    5973L<http://www.nttdocomo.co.jp/english/service/imode/make/content/spec/flash/index.html> 
     74 
  • lang/perl/WWW-MobileCarrierJP/trunk/lib/WWW/MobileCarrierJP/DoCoMo/PictogramInfo.pm

    r2762 r3855  
    5151__END__ 
    5252 
     53=head1 NAME 
     54 
     55WWW::MobileCarrierJP::DoCoMo::PictogramInfo - get pictogram informtation from DoCoMo site. 
     56 
     57=head1 SYNOPSIS 
     58 
     59    use WWW::MobileCarrierJP::DoCoMo::PictogramInfo; 
     60    WWW::MobileCarrierJP::DoCoMo::PictogramInfo->scrape(); 
     61 
     62=head1 AUTHOR 
     63 
     64Tokuhiro Matsuno < tokuhirom gmail com > 
     65 
    5366=head1 THANKS 
    5467 
     
    5770miyagawa++ 
    5871 
     72=head1 SEE ALSO 
     73 
     74L<WWW::MobileCarrierJP> 
     75 
  • lang/perl/WWW-MobileCarrierJP/trunk/lib/WWW/MobileCarrierJP/EZWeb/CIDR.pm

    r2697 r3855  
    18181; 
    1919 
     20__END__ 
     21 
     22=head1 NAME 
     23 
     24WWW::MobileCarrierJP::EZWeb::CIDR - get CIDR informtation from EZWeb site. 
     25 
     26=head1 SYNOPSIS 
     27 
     28    use WWW::MobileCarrierJP::EZWeb::CIDR; 
     29    WWW::MobileCarrierJP::EZWeb::CIDR->scrape(); 
     30 
     31=head1 AUTHOR 
     32 
     33Tokuhiro Matsuno < tokuhirom gmail com > 
     34 
     35=head1 SEE ALSO 
     36 
     37L<WWW::MobileCarrierJP> 
     38 
  • lang/perl/WWW-MobileCarrierJP/trunk/lib/WWW/MobileCarrierJP/EZWeb/DeviceID.pm

    r2873 r3855  
    3535 
    36361; 
     37__END__ 
     38 
     39=head1 NAME 
     40 
     41WWW::MobileCarrierJP::EZWeb::DeviceID - get DeviceID informtation from EZWeb site. 
     42 
     43=head1 SYNOPSIS 
     44 
     45    use WWW::MobileCarrierJP::EZWeb::DeviceID; 
     46    WWW::MobileCarrierJP::EZWeb::DeviceID->scrape(); 
     47 
     48=head1 AUTHOR 
     49 
     50Tokuhiro Matsuno < tokuhirom gmail com > 
     51 
     52=head1 SEE ALSO 
     53 
     54L<WWW::MobileCarrierJP> 
     55 
  • lang/perl/WWW-MobileCarrierJP/trunk/lib/WWW/MobileCarrierJP/EZWeb/Model.pm

    r3112 r3855  
    3636__END__ 
    3737 
     38=head1 NAME 
     39 
     40WWW::MobileCarrierJP::EZWeb::Model - get Model informtation from EZWeb site. 
     41 
     42=head1 SYNOPSIS 
     43 
     44    use WWW::MobileCarrierJP::EZWeb::Model; 
     45    WWW::MobileCarrierJP::EZWeb::Model->scrape(); 
    3846 
    3947=head1 AUTHOR 
    4048 
    41 Tokuhiro MATSUNO 
     49Tokuhiro Matsuno < tokuhirom gmail com > 
     50 
     51=head1 SEE ALSO 
     52 
     53L<WWW::MobileCarrierJP> 
     54 
  • lang/perl/WWW-MobileCarrierJP/trunk/lib/WWW/MobileCarrierJP/EZWeb/PictogramInfo.pm

    r2762 r3855  
    4141__END__ 
    4242 
     43=head1 NAME 
     44 
     45WWW::MobileCarrierJP::EZWeb::PictogramInfo - get PictogramInfo informtation from EZWeb site. 
     46 
     47=head1 SYNOPSIS 
     48 
     49    use WWW::MobileCarrierJP::EZWeb::PictogramInfo; 
     50    WWW::MobileCarrierJP::EZWeb::PictogramInfo->scrape(); 
     51 
     52=head1 AUTHOR 
     53 
     54Tokuhiro Matsuno < tokuhirom gmail com > 
     55 
    4356=head1 THANKS 
    4457 
     
    4760miyagawa++ 
    4861 
     62 
     63=head1 SEE ALSO 
     64 
     65L<WWW::MobileCarrierJP> 
     66 
  • lang/perl/WWW-MobileCarrierJP/trunk/lib/WWW/MobileCarrierJP/ThirdForce/CIDR.pm

    r2783 r3855  
    1717 
    18181; 
     19__END__ 
     20 
     21=head1 NAME 
     22 
     23WWW::MobileCarrierJP::ThirdForce::CIDR - get CIDR informtation from ThirdForce site. 
     24 
     25=head1 SYNOPSIS 
     26 
     27    use WWW::MobileCarrierJP::ThirdForce::CIDR; 
     28    WWW::MobileCarrierJP::ThirdForce::CIDR->scrape(); 
     29 
     30=head1 AUTHOR 
     31 
     32Tokuhiro Matsuno < tokuhirom gmail com > 
     33 
     34=head1 SEE ALSO 
     35 
     36L<WWW::MobileCarrierJP> 
     37 
  • lang/perl/WWW-MobileCarrierJP/trunk/lib/WWW/MobileCarrierJP/ThirdForce/PictogramInfo.pm

    r2762 r3855  
    2727 
    28281; 
     29__END__ 
     30 
     31=head1 NAME 
     32 
     33WWW::MobileCarrierJP::ThirdForce::PictogramInfo - get PictogramInfo informtation from ThirdForce site. 
     34 
     35=head1 SYNOPSIS 
     36 
     37    use WWW::MobileCarrierJP::ThirdForce::PictogramInfo; 
     38    WWW::MobileCarrierJP::ThirdForce::PictogramInfo->scrape(); 
     39 
     40=head1 AUTHOR 
     41 
     42Tokuhiro Matsuno < tokuhirom gmail com > 
     43 
     44=head1 SEE ALSO 
     45 
     46L<WWW::MobileCarrierJP> 
     47 
  • lang/perl/WWW-MobileCarrierJP/trunk/lib/WWW/MobileCarrierJP/ThirdForce/UserAgent.pm

    r2836 r3855  
    3838 
    39391; 
     40__END__ 
     41 
     42=head1 NAME 
     43 
     44WWW::MobileCarrierJP::ThirdForce::UserAgent - get UserAgent informtation from ThirdForce site. 
     45 
     46=head1 SYNOPSIS 
     47 
     48    use WWW::MobileCarrierJP::ThirdForce::UserAgent; 
     49    WWW::MobileCarrierJP::ThirdForce::UserAgent->scrape(); 
     50 
     51=head1 AUTHOR 
     52 
     53Tokuhiro Matsuno < tokuhirom gmail com > 
     54 
     55=head1 SEE ALSO 
     56 
     57L<WWW::MobileCarrierJP> 
     58