Show
Ignore:
Timestamp:
02/04/08 01:58:37 (5 years ago)
Author:
tokuhirom
Message:

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

=== Changes
==================================================================
--- Changes (revision 7107)
+++ Changes (local)
@@ -1,4 +1,9 @@
+0.04


+ - fixed docroot related bug.fixed by hirose31++
+ - added documents.
+ - added tests
+

0.03


initial release to CPAN.

Unknown target: CHANGES.

Location:
lang/perl/mobirc/trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/mobirc/trunk/AUTHORS

    r5619 r6139  
    11Tokuhiro Matsuno 
    2 Masafumi Otsune 
     2Masafumi Otsune(Netwatcher) 
    33Tatsuhiko Miyagawa 
    44Topia 
    55Kazuhiro Osawa 
    66Kan Fushihara 
     7Masaaki Hirose(Curry) 
  • lang/perl/mobirc/trunk/Changes

    r6000 r6139  
     10.04 
     2 
     3    - fixed docroot related bug.fixed by hirose31++ 
     4    - added documents. 
     5    - added tests 
    16 
    270.03 
  • lang/perl/mobirc/trunk/MANIFEST

    r6132 r6139  
    7676t/02-render_line.t 
    7777t/04-config-validation.t 
    78 t/05-filter-clickable.t 
    79 t/05-filter-decorate_irc_color.t 
    80 t/05-filter-no_decorate_irc_color.t 
    8178t/06-daemonize.t 
    8279t/07-Component-IRCClient.t 
     
    8481t/Plugins/Filter/decorate-irc-color.t 
    8582t/Plugins/Filter/no-decorate-irc-color.t 
     83t/Plugins/HTMLFilter/CompressHTML.t 
     84t/Plugins/HTMLFilter/ConvertPictograms.t 
  • lang/perl/mobirc/trunk/lib/App/Mobirc.pm

    r6000 r6139  
    1313use Encode; 
    1414 
    15 our $VERSION = '0.03'; 
     15our $VERSION = '0.04'; 
    1616 
    1717our $HasKwalify;