Show
Ignore:
Timestamp:
01/19/08 01:28:48 (5 years ago)
Author:
hakobe
Message:
 
Location:
lang/perl/WWW-MobileCarrierJP/tags
Files:
42 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/WWW-MobileCarrierJP/tags/0.07/lib/WWW/MobileCarrierJP/AirHPhone/CIDR.pm

    r3855 r4908  
    1717 
    18181; 
    19 __END__ 
    20  
    21 =head1 NAME 
    22  
    23 WWW::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  
    32 Tokuhiro Matsuno < tokuhirom gmail com > 
    33  
    34 =head1 SEE ALSO 
    35  
    36 L<WWW::MobileCarrierJP> 
    37  
  • lang/perl/WWW-MobileCarrierJP/tags/0.07/lib/WWW/MobileCarrierJP/DoCoMo/CIDR.pm

    r3855 r4908  
    2020 
    21211; 
    22 __END__ 
    23  
    24 =head1 NAME 
    25  
    26 WWW::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  
    35 Tokuhiro Matsuno < tokuhirom gmail com > 
    36  
    37 =head1 SEE ALSO 
    38  
    39 L<WWW::MobileCarrierJP> 
    40  
  • lang/perl/WWW-MobileCarrierJP/tags/0.07/lib/WWW/MobileCarrierJP/DoCoMo/Display.pm

    r3855 r4908  
    5555__END__ 
    5656 
    57 =head1 NAME 
    58  
    59 WWW::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  
    68 Tokuhiro Matsuno < tokuhirom gmail com > 
    69  
    7057=head1 THANKS 
    7158 
    7259This code is copied from HTTP::MobileAgent :) 
    73  
    74 thanks H-MA authors. 
    75  
    76 =head1 SEE ALSO 
    77  
    78 L<WWW::MobileCarrierJP> 
    79  
  • lang/perl/WWW-MobileCarrierJP/tags/0.07/lib/WWW/MobileCarrierJP/DoCoMo/Flash.pm

    r3855 r4908  
    5555__END__ 
    5656 
    57 =head1 NAME 
    58  
    59 WWW::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  
    68 Tokuhiro Matsuno < tokuhirom gmail com > 
    69  
    7057=head1 SEE ALSO 
    7158 
    72 L<WWW::MobileCarrierJP>, 
    7359L<http://www.nttdocomo.co.jp/english/service/imode/make/content/spec/flash/index.html> 
    74  
  • lang/perl/WWW-MobileCarrierJP/tags/0.07/lib/WWW/MobileCarrierJP/DoCoMo/PictogramInfo.pm

    r3855 r4908  
    5151__END__ 
    5252 
    53 =head1 NAME 
    54  
    55 WWW::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  
    64 Tokuhiro Matsuno < tokuhirom gmail com > 
    65  
    6653=head1 THANKS 
    6754 
     
    7057miyagawa++ 
    7158 
    72 =head1 SEE ALSO 
    73  
    74 L<WWW::MobileCarrierJP> 
    75  
  • lang/perl/WWW-MobileCarrierJP/tags/0.07/lib/WWW/MobileCarrierJP/EZWeb/CIDR.pm

    r3855 r4908  
    18181; 
    1919 
    20 __END__ 
    21  
    22 =head1 NAME 
    23  
    24 WWW::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  
    33 Tokuhiro Matsuno < tokuhirom gmail com > 
    34  
    35 =head1 SEE ALSO 
    36  
    37 L<WWW::MobileCarrierJP> 
    38  
  • lang/perl/WWW-MobileCarrierJP/tags/0.07/lib/WWW/MobileCarrierJP/EZWeb/DeviceID.pm

    r3855 r4908  
    3535 
    36361; 
    37 __END__ 
    38  
    39 =head1 NAME 
    40  
    41 WWW::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  
    50 Tokuhiro Matsuno < tokuhirom gmail com > 
    51  
    52 =head1 SEE ALSO 
    53  
    54 L<WWW::MobileCarrierJP> 
    55  
  • lang/perl/WWW-MobileCarrierJP/tags/0.07/lib/WWW/MobileCarrierJP/EZWeb/Model.pm

    r3855 r4908  
    3636__END__ 
    3737 
    38 =head1 NAME 
    39  
    40 WWW::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(); 
    4638 
    4739=head1 AUTHOR 
    4840 
    49 Tokuhiro Matsuno < tokuhirom gmail com > 
    50  
    51 =head1 SEE ALSO 
    52  
    53 L<WWW::MobileCarrierJP> 
    54  
     41Tokuhiro MATSUNO 
  • lang/perl/WWW-MobileCarrierJP/tags/0.07/lib/WWW/MobileCarrierJP/EZWeb/PictogramInfo.pm

    r3855 r4908  
    4141__END__ 
    4242 
    43 =head1 NAME 
    44  
    45 WWW::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  
    54 Tokuhiro Matsuno < tokuhirom gmail com > 
    55  
    5643=head1 THANKS 
    5744 
     
    6047miyagawa++ 
    6148 
    62  
    63 =head1 SEE ALSO 
    64  
    65 L<WWW::MobileCarrierJP> 
    66  
  • lang/perl/WWW-MobileCarrierJP/tags/0.07/lib/WWW/MobileCarrierJP/ThirdForce/CIDR.pm

    r3855 r4908  
    1717 
    18181; 
    19 __END__ 
    20  
    21 =head1 NAME 
    22  
    23 WWW::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  
    32 Tokuhiro Matsuno < tokuhirom gmail com > 
    33  
    34 =head1 SEE ALSO 
    35  
    36 L<WWW::MobileCarrierJP> 
    37  
  • lang/perl/WWW-MobileCarrierJP/tags/0.07/lib/WWW/MobileCarrierJP/ThirdForce/PictogramInfo.pm

    r3855 r4908  
    2727 
    28281; 
    29 __END__ 
    30  
    31 =head1 NAME 
    32  
    33 WWW::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  
    42 Tokuhiro Matsuno < tokuhirom gmail com > 
    43  
    44 =head1 SEE ALSO 
    45  
    46 L<WWW::MobileCarrierJP> 
    47  
  • lang/perl/WWW-MobileCarrierJP/tags/0.07/lib/WWW/MobileCarrierJP/ThirdForce/UserAgent.pm

    r3855 r4908  
    3838 
    39391; 
    40 __END__ 
    41  
    42 =head1 NAME 
    43  
    44 WWW::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  
    53 Tokuhiro Matsuno < tokuhirom gmail com > 
    54  
    55 =head1 SEE ALSO 
    56  
    57 L<WWW::MobileCarrierJP> 
    58  
  • lang/perl/WWW-MobileCarrierJP/tags/0.08/MANIFEST

    r3860 r4908  
    11.shipit 
    22Changes 
    3 LICENSE 
    4 MANIFEST                        This list of files 
    5 META.yml 
    6 Makefile.PL 
    7 README 
    83inc/Module/Install.pm 
    94inc/Module/Install/Base.pm 
     
    138inc/Module/Install/Makefile.pm 
    149inc/Module/Install/Metadata.pm 
     10inc/Module/Install/Scripts.pm 
    1511inc/Module/Install/TestBase.pm 
    1612inc/Module/Install/Win32.pm 
     
    3531lib/WWW/MobileCarrierJP/ThirdForce/PictogramInfo.pm 
    3632lib/WWW/MobileCarrierJP/ThirdForce/UserAgent.pm 
     33LICENSE 
     34Makefile.PL 
     35MANIFEST                        This list of files 
     36META.yml 
     37README 
    3738t/00_compile.t 
    3839t/01_ez_modelmap.t 
     
    4849tools/www-mobilecarrierjp-dump_all.pl 
    4950tools/smoke-test.sh 
     51tools/www-mobilecarrierjp-dump_all.pl 
  • lang/perl/WWW-MobileCarrierJP/tags/0.08/Makefile.PL

    r3861 r4908  
    1515build_requires 'Test::More'; 
    1616use_test_base; 
    17  
    18 install_script('tools/www-mobilecarrierjp-dump_all.pl'); 
    19  
    2017auto_include; 
    2118WriteAll; 
  • lang/perl/WWW-MobileCarrierJP/tags/0.08/lib/WWW/MobileCarrierJP/AirHPhone/CIDR.pm

    r3855 r4908  
    1717 
    18181; 
    19 __END__ 
    20  
    21 =head1 NAME 
    22  
    23 WWW::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  
    32 Tokuhiro Matsuno < tokuhirom gmail com > 
    33  
    34 =head1 SEE ALSO 
    35  
    36 L<WWW::MobileCarrierJP> 
    37  
  • lang/perl/WWW-MobileCarrierJP/tags/0.08/lib/WWW/MobileCarrierJP/DoCoMo/CIDR.pm

    r3855 r4908  
    2020 
    21211; 
    22 __END__ 
    23  
    24 =head1 NAME 
    25  
    26 WWW::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  
    35 Tokuhiro Matsuno < tokuhirom gmail com > 
    36  
    37 =head1 SEE ALSO 
    38  
    39 L<WWW::MobileCarrierJP> 
    40  
  • lang/perl/WWW-MobileCarrierJP/tags/0.08/lib/WWW/MobileCarrierJP/DoCoMo/Display.pm

    r3855 r4908  
    5555__END__ 
    5656 
    57 =head1 NAME 
    58  
    59 WWW::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  
    68 Tokuhiro Matsuno < tokuhirom gmail com > 
    69  
    7057=head1 THANKS 
    7158 
    7259This code is copied from HTTP::MobileAgent :) 
    73  
    74 thanks H-MA authors. 
    75  
    76 =head1 SEE ALSO 
    77  
    78 L<WWW::MobileCarrierJP> 
    79  
  • lang/perl/WWW-MobileCarrierJP/tags/0.08/lib/WWW/MobileCarrierJP/DoCoMo/Flash.pm

    r3855 r4908  
    5555__END__ 
    5656 
    57 =head1 NAME 
    58  
    59 WWW::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  
    68 Tokuhiro Matsuno < tokuhirom gmail com > 
    69  
    7057=head1 SEE ALSO 
    7158 
    72 L<WWW::MobileCarrierJP>, 
    7359L<http://www.nttdocomo.co.jp/english/service/imode/make/content/spec/flash/index.html> 
    74  
  • lang/perl/WWW-MobileCarrierJP/tags/0.08/lib/WWW/MobileCarrierJP/DoCoMo/PictogramInfo.pm

    r3855 r4908  
    5151__END__ 
    5252 
    53 =head1 NAME 
    54  
    55 WWW::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  
    64 Tokuhiro Matsuno < tokuhirom gmail com > 
    65  
    6653=head1 THANKS 
    6754 
     
    7057miyagawa++ 
    7158 
    72 =head1 SEE ALSO 
    73  
    74 L<WWW::MobileCarrierJP> 
    75  
  • lang/perl/WWW-MobileCarrierJP/tags/0.08/lib/WWW/MobileCarrierJP/EZWeb/CIDR.pm

    r3855 r4908  
    18181; 
    1919 
    20 __END__ 
    21  
    22 =head1 NAME 
    23  
    24 WWW::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  
    33 Tokuhiro Matsuno < tokuhirom gmail com > 
    34  
    35 =head1 SEE ALSO 
    36  
    37 L<WWW::MobileCarrierJP> 
    38  
  • lang/perl/WWW-MobileCarrierJP/tags/0.08/lib/WWW/MobileCarrierJP/EZWeb/DeviceID.pm

    r3855 r4908  
    3535 
    36361; 
    37 __END__ 
    38  
    39 =head1 NAME 
    40  
    41 WWW::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  
    50 Tokuhiro Matsuno < tokuhirom gmail com > 
    51  
    52 =head1 SEE ALSO 
    53  
    54 L<WWW::MobileCarrierJP> 
    55  
  • lang/perl/WWW-MobileCarrierJP/tags/0.08/lib/WWW/MobileCarrierJP/EZWeb/Model.pm

    r3855 r4908  
    3636__END__ 
    3737 
    38 =head1 NAME 
    39  
    40 WWW::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(); 
    4638 
    4739=head1 AUTHOR 
    4840 
    49 Tokuhiro Matsuno < tokuhirom gmail com > 
    50  
    51 =head1 SEE ALSO 
    52  
    53 L<WWW::MobileCarrierJP> 
    54  
     41Tokuhiro MATSUNO 
  • lang/perl/WWW-MobileCarrierJP/tags/0.08/lib/WWW/MobileCarrierJP/EZWeb/PictogramInfo.pm

    r3855 r4908  
    4141__END__ 
    4242 
    43 =head1 NAME 
    44  
    45 WWW::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  
    54 Tokuhiro Matsuno < tokuhirom gmail com > 
    55  
    5643=head1 THANKS 
    5744 
     
    6047miyagawa++ 
    6148 
    62  
    63 =head1 SEE ALSO 
    64  
    65 L<WWW::MobileCarrierJP> 
    66  
  • lang/perl/WWW-MobileCarrierJP/tags/0.08/lib/WWW/MobileCarrierJP/ThirdForce/CIDR.pm

    r3855 r4908  
    1717 
    18181; 
    19 __END__ 
    20  
    21 =head1 NAME 
    22  
    23 WWW::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  
    32 Tokuhiro Matsuno < tokuhirom gmail com > 
    33  
    34 =head1 SEE ALSO 
    35  
    36 L<WWW::MobileCarrierJP> 
    37  
  • lang/perl/WWW-MobileCarrierJP/tags/0.08/lib/WWW/MobileCarrierJP/ThirdForce/PictogramInfo.pm

    r3855 r4908  
    2727 
    28281; 
    29 __END__ 
    30  
    31 =head1 NAME 
    32  
    33 WWW::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  
    42 Tokuhiro Matsuno < tokuhirom gmail com > 
    43  
    44 =head1 SEE ALSO 
    45  
    46 L<WWW::MobileCarrierJP> 
    47  
  • lang/perl/WWW-MobileCarrierJP/tags/0.08/lib/WWW/MobileCarrierJP/ThirdForce/UserAgent.pm

    r3855 r4908  
    3838 
    39391; 
    40 __END__ 
    41  
    42 =head1 NAME 
    43  
    44 WWW::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  
    53 Tokuhiro Matsuno < tokuhirom gmail com > 
    54  
    55 =head1 SEE ALSO 
    56  
    57 L<WWW::MobileCarrierJP> 
    58  
  • lang/perl/WWW-MobileCarrierJP/tags/0.09/Changes

    r3866 r4908  
    11Revision history for Perl extension WWW::MobileCarrierJP 
    2  
    3 0.09 
    4     - no feature changes. 
    5  
    6 0.08 
    7     - install www-mobilecarrierjp-dump_all.pl. 
    8  
    9 0.07 
    10     more docs. 
    11     no feature cheangs. 
    122 
    1330.06 
  • lang/perl/WWW-MobileCarrierJP/tags/0.09/MANIFEST

    r3866 r4908  
    11.shipit 
    22Changes 
     3LICENSE 
     4MANIFEST                        This list of files 
     5META.yml 
     6Makefile.PL 
     7README 
    38inc/Module/Install.pm 
    49inc/Module/Install/Base.pm 
     
    813inc/Module/Install/Makefile.pm 
    914inc/Module/Install/Metadata.pm 
    10 inc/Module/Install/Scripts.pm 
    1115inc/Module/Install/TestBase.pm 
    1216inc/Module/Install/Win32.pm 
     
    3135lib/WWW/MobileCarrierJP/ThirdForce/PictogramInfo.pm 
    3236lib/WWW/MobileCarrierJP/ThirdForce/UserAgent.pm 
    33 LICENSE 
    34 Makefile.PL 
    35 MANIFEST                        This list of files 
    36 META.yml 
    37 README 
    3837t/00_compile.t 
    3938t/01_ez_modelmap.t 
     
    4746tools/check_http_mobileagent_flash_map.pl 
    4847tools/dump.pl 
     48tools/dump_all.pl 
    4949tools/smoke-test.sh 
    50 tools/www-mobilecarrierjp-dump_all.pl 
  • lang/perl/WWW-MobileCarrierJP/tags/0.09/Makefile.PL

    r3861 r4908  
    1515build_requires 'Test::More'; 
    1616use_test_base; 
    17  
    18 install_script('tools/www-mobilecarrierjp-dump_all.pl'); 
    19  
    2017auto_include; 
    2118WriteAll; 
  • lang/perl/WWW-MobileCarrierJP/tags/0.09/lib/WWW/MobileCarrierJP.pm

    r3866 r4908  
    33use warnings; 
    44 
    5 our $VERSION = '0.09'; 
    6  
    7 1; 
    8  
    9 __END__ 
     5our $VERSION = '0.06'; 
    106 
    117=head1 NAME 
     
    5248The full text of the license can be found in the 
    5349LICENSE file included with this module. 
     50 
     51=cut 
     52 
     531; 
  • lang/perl/WWW-MobileCarrierJP/tags/0.09/lib/WWW/MobileCarrierJP/AirHPhone/CIDR.pm

    r3855 r4908  
    1717 
    18181; 
    19 __END__ 
    20  
    21 =head1 NAME 
    22  
    23 WWW::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  
    32 Tokuhiro Matsuno < tokuhirom gmail com > 
    33  
    34 =head1 SEE ALSO 
    35  
    36 L<WWW::MobileCarrierJP> 
    37  
  • lang/perl/WWW-MobileCarrierJP/tags/0.09/lib/WWW/MobileCarrierJP/DoCoMo/CIDR.pm

    r3855 r4908  
    2020 
    21211; 
    22 __END__ 
    23  
    24 =head1 NAME 
    25  
    26 WWW::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  
    35 Tokuhiro Matsuno < tokuhirom gmail com > 
    36  
    37 =head1 SEE ALSO 
    38  
    39 L<WWW::MobileCarrierJP> 
    40  
  • lang/perl/WWW-MobileCarrierJP/tags/0.09/lib/WWW/MobileCarrierJP/DoCoMo/Display.pm

    r3855 r4908  
    5555__END__ 
    5656 
    57 =head1 NAME 
    58  
    59 WWW::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  
    68 Tokuhiro Matsuno < tokuhirom gmail com > 
    69  
    7057=head1 THANKS 
    7158 
    7259This code is copied from HTTP::MobileAgent :) 
    73  
    74 thanks H-MA authors. 
    75  
    76 =head1 SEE ALSO 
    77  
    78 L<WWW::MobileCarrierJP> 
    79  
  • lang/perl/WWW-MobileCarrierJP/tags/0.09/lib/WWW/MobileCarrierJP/DoCoMo/Flash.pm

    r3855 r4908  
    5555__END__ 
    5656 
    57 =head1 NAME 
    58  
    59 WWW::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  
    68 Tokuhiro Matsuno < tokuhirom gmail com > 
    69  
    7057=head1 SEE ALSO 
    7158 
    72 L<WWW::MobileCarrierJP>, 
    7359L<http://www.nttdocomo.co.jp/english/service/imode/make/content/spec/flash/index.html> 
    74  
  • lang/perl/WWW-MobileCarrierJP/tags/0.09/lib/WWW/MobileCarrierJP/DoCoMo/PictogramInfo.pm

    r3855 r4908  
    5151__END__ 
    5252 
    53 =head1 NAME 
    54  
    55 WWW::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  
    64 Tokuhiro Matsuno < tokuhirom gmail com > 
    65  
    6653=head1 THANKS 
    6754 
     
    7057miyagawa++ 
    7158 
    72 =head1 SEE ALSO 
    73  
    74 L<WWW::MobileCarrierJP> 
    75  
  • lang/perl/WWW-MobileCarrierJP/tags/0.09/lib/WWW/MobileCarrierJP/EZWeb/CIDR.pm

    r3855 r4908  
    18181; 
    1919 
    20 __END__ 
    21  
    22 =head1 NAME 
    23  
    24 WWW::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  
    33 Tokuhiro Matsuno < tokuhirom gmail com > 
    34  
    35 =head1 SEE ALSO 
    36  
    37 L<WWW::MobileCarrierJP> 
    38  
  • lang/perl/WWW-MobileCarrierJP/tags/0.09/lib/WWW/MobileCarrierJP/EZWeb/DeviceID.pm

    r3855 r4908  
    3535 
    36361; 
    37 __END__ 
    38  
    39 =head1 NAME 
    40  
    41 WWW::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  
    50 Tokuhiro Matsuno < tokuhirom gmail com > 
    51  
    52 =head1 SEE ALSO 
    53  
    54 L<WWW::MobileCarrierJP> 
    55  
  • lang/perl/WWW-MobileCarrierJP/tags/0.09/lib/WWW/MobileCarrierJP/EZWeb/Model.pm

    r3855 r4908  
    3636__END__ 
    3737 
    38 =head1 NAME 
    39  
    40 WWW::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(); 
    4638 
    4739=head1 AUTHOR 
    4840 
    49 Tokuhiro Matsuno < tokuhirom gmail com > 
    50  
    51 =head1 SEE ALSO 
    52  
    53 L<WWW::MobileCarrierJP> 
    54  
     41Tokuhiro MATSUNO 
  • lang/perl/WWW-MobileCarrierJP/tags/0.09/lib/WWW/MobileCarrierJP/EZWeb/PictogramInfo.pm

    r3855 r4908  
    4141__END__ 
    4242 
    43 =head1 NAME 
    44  
    45 WWW::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  
    54 Tokuhiro Matsuno < tokuhirom gmail com > 
    55  
    5643=head1 THANKS 
    5744 
     
    6047miyagawa++ 
    6148 
    62  
    63 =head1 SEE ALSO 
    64  
    65 L<WWW::MobileCarrierJP> 
    66  
  • lang/perl/WWW-MobileCarrierJP/tags/0.09/lib/WWW/MobileCarrierJP/ThirdForce/CIDR.pm

    r3855 r4908  
    1717 
    18181; 
    19 __END__ 
    20  
    21 =head1 NAME 
    22  
    23 WWW::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  
    32 Tokuhiro Matsuno < tokuhirom gmail com > 
    33  
    34 =head1 SEE ALSO 
    35  
    36 L<WWW::MobileCarrierJP> 
    37  
  • lang/perl/WWW-MobileCarrierJP/tags/0.09/lib/WWW/MobileCarrierJP/ThirdForce/PictogramInfo.pm

    r3855 r4908  
    2727 
    28281; 
    29 __END__ 
    30  
    31 =head1 NAME 
    32  
    33 WWW::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  
    42 Tokuhiro Matsuno < tokuhirom gmail com > 
    43  
    44 =head1 SEE ALSO 
    45  
    46 L<WWW::MobileCarrierJP> 
    47  
  • lang/perl/WWW-MobileCarrierJP/tags/0.09/lib/WWW/MobileCarrierJP/ThirdForce/UserAgent.pm

    r3855 r4908  
    3838 
    39391; 
    40 __END__ 
    41  
    42 =head1 NAME 
    43  
    44 WWW::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  
    53 Tokuhiro Matsuno < tokuhirom gmail com > 
    54  
    55 =head1 SEE ALSO 
    56  
    57 L<WWW::MobileCarrierJP> 
    58