diff options
| author | fukachan <fukachan> | 2001-03-10 12:48:36 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-03-10 12:48:36 +0000 |
| commit | 967477bfaa84390c45f1b316d100aabceced31cb (patch) | |
| tree | fb5ab931a93f536e386ba02356b0617eaaca4a5d /fml/lib/Dialect | |
| parent | 3fe85c8b52255dad0b3b44d03e38d3914dfe43f4 (diff) | |
| download | fml8-967477bfaa84390c45f1b316d100aabceced31cb.tar.gz fml8-967477bfaa84390c45f1b316d100aabceced31cb.tar.bz2 fml8-967477bfaa84390c45f1b316d100aabceced31cb.zip | |
add missing descriptions
Diffstat (limited to 'fml/lib/Dialect')
| -rw-r--r-- | fml/lib/Dialect/Japanese/Subject.pm | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/fml/lib/Dialect/Japanese/Subject.pm b/fml/lib/Dialect/Japanese/Subject.pm index 68bfea42..3ccf5179 100644 --- a/fml/lib/Dialect/Japanese/Subject.pm +++ b/fml/lib/Dialect/Japanese/Subject.pm @@ -26,8 +26,14 @@ Dialect::Japanese::Subject - Japanese specific handling of a subject =head1 SYNOPSIS + use Dialect::Japanese::Subject; + $is_reply = Dialect::Japanese::Subject::is_reply($subject); + =head1 DESCRIPTION +a collection to handle Japanese specific representations which appears +in the subject. + =cut @@ -85,8 +91,8 @@ sub is_reply =head2 C<cut_off_reply_tag($subject)> -cut off C<Re:> in the string C<$subject> like C<Re: ... >, -which is a C<Subject:> in typical case. +cut off C<Re:> in the string C<$subject> like C<Re: ... > +within C<Subject:>. =cut |
