Alien::MeCab - Wrapper For Installing MeCab 0.97


Alien-MeCab documentation Contained in the Alien-MeCab distribution.

Index


Code Index:

NAME

Top

Alien::MeCab - Wrapper For Installing MeCab 0.97

DESCRIPTION

Top

NOTE: Alpha quality! Testers are welcome, but please be patient and kindly report any breakage.

Alien::MeCab is a wrapper to install MeCab library. Modules that depend on MeCab can depend on Alien::MeCab and use the CPAN shell to install it for you.

For Win32 people, this script *should* work, but I'd appreciate feedback.

AUTHORS

Top

Daisuke Maki <daisuke@endeworks.jp > Yuki Osawa


Alien-MeCab documentation Contained in the Alien-MeCab distribution.

# $Id: /mirror/coderepos/lang/perl/Alien-MeCab/trunk/lib/Alien/MeCab.pm 50855 2008-04-18T23:51:40.795250Z daisuke  $

package Alien::MeCab;
use strict;
use vars qw($VERSION);

$VERSION = '0.97005';

1;

__END__