Changeset 9059

Show
Ignore:
Timestamp:
04/07/08 12:02:27 (5 years ago)
Author:
tokuhirom
Message:

lang/perl/HTTP-MobileAttribute?: Checking in changes prior to tagging of version 0.05. Changelog diff is:

=== Changes
==================================================================
--- Changes (revision 10477)
+++ Changes (local)
@@ -1,5 +1,12 @@

Revision history for Perl extension HTTP::MobileAttribute?


+0.05 It's beta.
+
+ - added Plugin::IS::DoCoMo?, Plugin::IS::EZweb(by clouder++)
+ - Plugin::Carrier was renamed to Plugin::CarrierLetter?
+ - added docs!
+ - added Agent::* and removed Plugin::Parser::*
+

0.04 still alpha.


  • default plugin is only Parser::*

Unknown target: CHANGES.

Location:
lang/perl/HTTP-MobileAttribute/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/HTTP-MobileAttribute/trunk/Changes

    r8872 r9059  
    11Revision history for Perl extension HTTP::MobileAttribute 
     2 
     30.05 It's beta. 
     4 
     5    - added Plugin::IS::DoCoMo, Plugin::IS::EZweb(by clouder++) 
     6    - Plugin::Carrier was renamed to Plugin::CarrierLetter 
     7    - added docs! 
     8    - added Agent::* and removed Plugin::Parser::* 
    29 
    3100.04 still alpha. 
  • lang/perl/HTTP-MobileAttribute/trunk/lib/HTTP/MobileAttribute.pm

    r8913 r9059  
    22use strict; 
    33use warnings; 
    4 our $VERSION = '0.04'; 
     4our $VERSION = '0.05'; 
    55use HTTP::MobileAttribute::Request; 
    66use HTTP::MobileAttribute::CarrierDetector;