Changeset 4978

Show
Ignore:
Timestamp:
01/19/08 22:38:38 (5 years ago)
Author:
tokuhirom
Message:

lang/perl/Moxy: Checking in changes prior to tagging of version 0.08. Changelog diff is:

=== Changes
==================================================================
--- Changes (revision 5235)
+++ Changes (local)
@@ -1,5 +1,11 @@

Revision history for Moxy


+0.08
+
+ - (INCOMPATIBLE CHANGE) plugin hook point is all changed.
+ - internal code is utf-8 instead of euc-jp.
+ - Moxy::Plugin::Application is direct access to the server.
+

0.07


Unknown target: CHANGES.

Location:
lang/perl/Moxy/trunk
Files:
2 modified

Legend:

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

    r4944 r4978  
    11Revision history for Moxy 
     2 
     30.08 
     4 
     5    - (INCOMPATIBLE CHANGE) plugin hook point is all changed. 
     6    - internal code is utf-8 instead of euc-jp. 
     7    - Moxy::Plugin::Application is direct access to the server. 
    28 
    390.07 
  • lang/perl/Moxy/trunk/lib/Moxy.pm

    r4970 r4978  
    55use base qw/Class::Accessor::Fast/; 
    66 
    7 our $VERSION = '0.07'; 
     7our $VERSION = '0.08'; 
    88 
    99__PACKAGE__->mk_accessors(qw/config/);