Changeset 20503 for lang/perl/Moxy

Show
Ignore:
Timestamp:
10/02/08 19:23:44 (3 months ago)
Author:
tokuhirom
Message:

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

=== Changes
==================================================================
--- Changes (revision 28657)
+++ Changes (local)
@@ -1,5 +1,13 @@

Revision history for Moxy


+0.46
+
+ - use HTTP::Engine 0.17
+ - depend to latest version of Encode::JP::Mobile
+ - depend to latest version of App::Cmd
+ - remove Accept-Encoding header.
+ - added Plugin::Bookmark(by acotie++)
+

0.45


  • use HTTP::Engine 0.14
Location:
lang/perl/Moxy/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Moxy/trunk/Changes

    r18066 r20503  
    11Revision history for Moxy 
     2 
     30.46 
     4 
     5    - use HTTP::Engine 0.17 
     6    - depend to latest version of Encode::JP::Mobile 
     7    - depend to latest version of App::Cmd 
     8    - remove Accept-Encoding header. 
     9    - added Plugin::Bookmark(by acotie++) 
    210 
    3110.45 
  • lang/perl/Moxy/trunk/lib/Moxy.pm

    r19577 r20503  
    55use Class::Component 0.16; 
    66 
    7 our $VERSION = '0.45'; 
     7our $VERSION = '0.46'; 
    88 
    99use Carp;