Changeset 14512 for lang/perl

Show
Ignore:
Timestamp:
06/24/08 11:41:17 (5 years ago)
Author:
tokuhirom
Message:

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

=== Changes
==================================================================
--- Changes (revision 21728)
+++ Changes (local)
@@ -1,5 +1,10 @@

Revision history for Perl extension WWW::MobileCarrierJP


+0.17
+
+ - f*cking thirdforce changed uri.
+ fixed WWW::MobileCarrierJP.
+

0.16


  • bug fixed: around ※
Location:
lang/perl/WWW-MobileCarrierJP/trunk
Files:
3 modified

Legend:

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

    r12021 r14512  
    11Revision history for Perl extension WWW::MobileCarrierJP 
     2 
     30.17 
     4 
     5    - f*cking thirdforce changed uri. 
     6      fixed WWW::MobileCarrierJP. 
    27 
    380.16 
  • lang/perl/WWW-MobileCarrierJP/trunk/MANIFEST

    r11718 r14512  
    88inc/Module/Install/Makefile.pm 
    99inc/Module/Install/Metadata.pm 
    10 inc/Module/Install/Scripts.pm 
    1110inc/Module/Install/TestBase.pm 
    1211inc/Module/Install/Win32.pm 
     
    2019lib/WWW/MobileCarrierJP.pm 
    2120lib/WWW/MobileCarrierJP/AirHPhone/CIDR.pm 
     21lib/WWW/MobileCarrierJP/Declare.pm 
    2222lib/WWW/MobileCarrierJP/DoCoMo/CIDR.pm 
    2323lib/WWW/MobileCarrierJP/DoCoMo/Display.pm 
     
    3131lib/WWW/MobileCarrierJP/EZWeb/PictogramInfo.pm 
    3232lib/WWW/MobileCarrierJP/ThirdForce/CIDR.pm 
     33lib/WWW/MobileCarrierJP/ThirdForce/HTTPHeader.pm 
    3334lib/WWW/MobileCarrierJP/ThirdForce/PictogramInfo.pm 
    3435lib/WWW/MobileCarrierJP/ThirdForce/Service.pm 
     
    5051t/09_ezweb_brew.t 
    5152t/10_thirdforce_service.t 
     53t/11_thirdforce_headers.t 
    5254t/pod.t 
    5355tools/check_http_mobileagent_flash_map.pl 
  • lang/perl/WWW-MobileCarrierJP/trunk/lib/WWW/MobileCarrierJP.pm

    r12021 r14512  
    33use warnings; 
    44 
    5 our $VERSION = '0.16'; 
     5our $VERSION = '0.17'; 
    66 
    771;