Changeset 6718 for lang/perl/Text-MeCab
- Timestamp:
- 02/15/08 12:11:53 (5 years ago)
- Files:
-
- 1 modified
-
lang/perl/Text-MeCab/trunk/lib/Text/MeCab.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Text-MeCab/trunk/lib/Text/MeCab.pm
r4352 r6718 12 12 BEGIN 13 13 { 14 $VERSION = '0.2000 4';14 $VERSION = '0.20005'; 15 15 if ($] > 5.006) { 16 16 require XSLoader; … … 278 278 http://mecab.sourceforge.ne.jp 279 279 280 =head1 LICENSE 281 282 This program is free software; you can redistribute it and/or modify it 283 under the same terms as Perl itself. 284 285 See http://www.perl.com/perl/misc/Artistic.html 286 280 287 =head1 AUTHOR 281 288
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)