Changeset 26640
- Timestamp:
- 12/13/08 23:40:30 (4 years ago)
- Location:
- lang/perl/Lingua-JA-Yomi/trunk
- Files:
-
- 1 added
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Lingua-JA-Yomi/trunk/.shipit
r25190 r26640 1 # auto-generated shipit config file. 1 2 steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist, UploadCPAN 2 svk.tagpattern = release-%v 3 4 # svn.tagpattern = MyProj-%v 5 # svn.tagpattern = http://code.example.com/svn/tags/MyProj-%v 6 7 CheckChangeLog.files = Changes -
lang/perl/Lingua-JA-Yomi/trunk/META.yml
r25190 r26640 18 18 requires: 19 19 File::Slurp: 0 20 Filter::Util::Call: 0 20 21 Moose: 0 21 22 resources: -
lang/perl/Lingua-JA-Yomi/trunk/lib/Lingua/JA/Yomi.pm
r25190 r26640 81 81 =head1 SYNOPSIS 82 82 83 use utf8; 83 84 use Lingua::JA::Yomi; 84 85 my $converter = Lingua::JA::Yomi->new; … … 90 91 Lingua::JA::Yomi uses a dictionary to convert. 91 92 The dictionary defaults to partly modified Bilingual Emacspeak Project dictionary 93 94 =head1 METHODS 95 96 =item $japanese = $converter->convert('aerosmith'); 97 98 converts English argument into Japanese. 99 Pass in utf8 flagged string, and get utf8 flagged string. 92 100 93 101 =head1 AUTHOR
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)