root/lang/perl/Alien-MeCab/trunk/lib/Alien/MeCab.pm @ 9851

Revision 9851, 0.6 kB (checked in by daisuke, 5 years ago)

version++ for Alien::MeCab?

  • Property svn:keywords set to Id
Line 
1# $Id$
2
3package Alien::MeCab;
4use strict;
5use vars qw($VERSION);
6
7$VERSION = '0.97005';
8
91;
10
11__END__
12
13=head1 NAME
14
15Alien::MeCab - Wrapper For Installing MeCab 0.97
16
17=head1 DESCRIPTION
18
19NOTE: Alpha quality! Testers are welcome, but please be patient and kindly
20report any breakage.
21
22Alien::MeCab is a wrapper to install MeCab library. Modules that depend on
23MeCab can depend on Alien::MeCab and use the CPAN shell to install it for you.
24
25For Win32 people, this script *should* work, but I'd appreciate feedback.
26
27=head1 AUTHORS
28
29Daisuke Maki C< <daisuke@endeworks.jp> >
30Yuki Osawa
31
32=cut
Note: See TracBrowser for help on using the browser.