Changeset 4158 for lang/perl/Text-MeCab
- Timestamp:
- 01/07/08 08:39:11 (5 years ago)
- Location:
- lang/perl/Text-MeCab/trunk
- Files:
-
- 2 modified
-
Makefile.PL (modified) (1 diff)
-
lib/Text/MeCab.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Text-MeCab/trunk/Makefile.PL
r4157 r4158 51 51 PREREQ_PM => { 52 52 'Encode' => 0, 53 'Exporter' => 0, 53 54 'File::Spec' => 0, 54 55 'Test::More' => 0, -
lang/perl/Text-MeCab/trunk/lib/Text/MeCab.pm
r4155 r4158 6 6 package Text::MeCab; 7 7 use strict; 8 use vars qw($VERSION @ISA %EXPORT_TAGS @EXPORT_OK); 8 use warnings; 9 use 5.006; 10 use Exporter 'import'; 11 our ($VERSION, @ISA, %EXPORT_TAGS, @EXPORT_OK); 9 12 BEGIN 10 13 { … … 18 21 __PACKAGE__->bootstrap; 19 22 } 20 21 require Exporter;22 push @ISA, 'Exporter';23 23 24 24 %EXPORT_TAGS = (all => [ qw(MECAB_NOR_NODE MECAB_UNK_NODE MECAB_BOS_NODE MECAB_EOS_NODE) ]);
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)