Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.03. Changelog diff is:
Browse files Browse the repository at this point in the history
  • Loading branch information
typester committed Dec 22, 2008
1 parent a26911b commit 841b325
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for Perl extension Kamaitachi Revision history for Perl extension Kamaitachi


0.03 2008-12-22T18:14:50+09:00
- add URL based ACL service
- add invoke error response handler

0.02002 2008-12-05T15:49:17+09:00 0.02002 2008-12-05T15:49:17+09:00
- just a pod fix - just a pod fix


Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Expand Up @@ -43,6 +43,7 @@ lib/Kamaitachi/Packet/Function.pm
lib/Kamaitachi/Service.pm lib/Kamaitachi/Service.pm
lib/Kamaitachi/Service/AMFHandler.pm lib/Kamaitachi/Service/AMFHandler.pm
lib/Kamaitachi/Service/AutoConnect.pm lib/Kamaitachi/Service/AutoConnect.pm
lib/Kamaitachi/Service/AutoConnectACL.pm
lib/Kamaitachi/Service/Broadcaster.pm lib/Kamaitachi/Service/Broadcaster.pm
lib/Kamaitachi/Service/ChildHandler.pm lib/Kamaitachi/Service/ChildHandler.pm
lib/Kamaitachi/Service/ConnectionHandler.pm lib/Kamaitachi/Service/ConnectionHandler.pm
Expand Down
2 changes: 1 addition & 1 deletion lib/Kamaitachi.pm
Expand Up @@ -2,7 +2,7 @@ package Kamaitachi;
use 5.008001; use 5.008001;
use Moose; use Moose;


our $VERSION = '0.02002'; our $VERSION = '0.03';


use IO::Handle; use IO::Handle;
use IO::Socket::INET; use IO::Socket::INET;
Expand Down

0 comments on commit 841b325

Please sign in to comment.