File: 01_load.t

package info (click to toggle)
libtext-mecab-perl 0.20013-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 520 kB
  • sloc: perl: 2,637; ansic: 572; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 116 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
use strict;
use Test::More (tests => 2);

BEGIN
{
    use_ok("Text::MeCab");
}

can_ok("Text::MeCab::Node", "next");