Show
Ignore:
Timestamp:
03/14/08 10:07:28 (5 years ago)
Author:
daisuke
Message:

lang/perl/Acme-Shukugawa-Atom; Up version

Location:
lang/perl/Acme-Shukugawa-Atom/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Acme-Shukugawa-Atom/trunk/Changes

    r7900 r7942  
    22======= 
    33 
    4 0.00004 - 
     40.00004 - 14 Mar 2008 
    55  * Add OO interface 
    6   * Work with new tests (otsune) 
    7   * Add t/02_shisu.t 
     6  * Use File::ShareDir to manage custom words. Now you can simply modify 
     7    that file. 
     8  * New basic tests (otsune) 
     9  * Bunch of new words (bayashi) 
     10  * Add unit tests: t/02_shisu.t, t/03_waiha.t, t/04_kuribitsu.t 
    811 
    9120.00003 - 13 Mar 2008 
  • lang/perl/Acme-Shukugawa-Atom/trunk/lib/Acme/Shukugawa/Atom.pm

    r7941 r7942  
    1111use YAML (); 
    1212 
    13 our $VERSION = '0.00003'; 
     13our $VERSION = '0.00004'; 
    1414 
    1515__PACKAGE__->mk_accessors($_) for qw(custom_words);