diff options
| author | fukachan <fukachan> | 2002-01-14 05:44:46 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-01-14 05:44:46 +0000 |
| commit | 7e5735dd17aef6b5b8e39d40b2996fecef8d3769 (patch) | |
| tree | 84462c5a64bfc5a55cf95e3b72d7e8da63a0a152 /fml/lib | |
| parent | 2f3a5b8a69f349b595ff49cf251cc7d140a7a52f (diff) | |
| download | fml8-7e5735dd17aef6b5b8e39d40b2996fecef8d3769.tar.gz fml8-7e5735dd17aef6b5b8e39d40b2996fecef8d3769.tar.bz2 fml8-7e5735dd17aef6b5b8e39d40b2996fecef8d3769.zip | |
nuke \s*$
Diffstat (limited to 'fml/lib')
| -rw-r--r-- | fml/lib/Mail/HTML/Lite.pm | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/fml/lib/Mail/HTML/Lite.pm b/fml/lib/Mail/HTML/Lite.pm index 1c8277c6..c91ccc72 100644 --- a/fml/lib/Mail/HTML/Lite.pm +++ b/fml/lib/Mail/HTML/Lite.pm @@ -4,7 +4,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: Lite.pm,v 1.34 2001/12/26 12:38:10 fukachan Exp $ +# $FML: Lite.pm,v 1.35 2002/01/14 05:34:12 fukachan Exp $ # package Mail::HTML::Lite; @@ -15,7 +15,7 @@ use Carp; my $debug = $ENV{'debug'} ? 1 : 0; my $URL = "<A HREF=\"http://www.fml.org/software/\">Mail::HTML::Lite</A>"; -my $version = q$FML: Lite.pm,v 1.34 2001/12/26 12:38:10 fukachan Exp $; +my $version = q$FML: Lite.pm,v 1.35 2002/01/14 05:34:12 fukachan Exp $; if ($version =~ /,v\s+([\d\.]+)\s+/) { $version = "$URL $1"; } @@ -451,7 +451,7 @@ my $footer_end = "<!-- __FOOTER_END__ by Mail::HTML::Lite -->"; # Descriptions: prepare information area before main message appears. -# Later, this area is replaced with useful information +# Later, this area is replaced with useful information # e.g. thread link. # Arguments: OBJ($self) HANDLE($wh) # Side Effects: none @@ -465,7 +465,7 @@ sub mhl_preamble # Descriptions: prepare information area after main message appears. -# Later, this area is replaced with useful information +# Later, this area is replaced with useful information # e.g. thread link. # Arguments: OBJ($self) HANDLE($wh) # Side Effects: none @@ -699,7 +699,7 @@ sub _text_raw_print } -# Descriptions: print out binary with MIME encoding or +# Descriptions: print out binary with MIME encoding or # text with escaping # Arguments: OBJ($self) HASH_REF($args) # Side Effects: create $outf file @@ -960,7 +960,7 @@ sub __add_value_to_array } -# Descriptions: speculate head of thread list, +# Descriptions: speculate head of thread list, # traced back from $id. # Arguments: HASH_REF($db) STR($id) # Side Effects: none @@ -1025,7 +1025,7 @@ sub __search_default_next_thread_id $prev = $xid; } - # found + # found # XXX we use $prev in reverse order, so this $prev means "next" if ($prev > 0) { _PRINT_DEBUG("default thread: $id => $prev (@$list)"); @@ -1460,7 +1460,7 @@ update index.html. =cut -# Descriptions: print navigation bar et.al. at upper half of indexes +# Descriptions: print navigation bar et.al. at upper half of indexes # Arguments: OBJ($self) HASH_REF($args) # Side Effects: create $new html # Return Value: none @@ -1554,9 +1554,9 @@ sub update_id_index =cut -# Descriptions: update monthly index +# Descriptions: update monthly index # Arguments: OBJ($self) HASH_REF($args) -# Side Effects: rewrite monthly index +# Side Effects: rewrite monthly index # Return Value: none sub update_id_monthly_index { @@ -2012,7 +2012,7 @@ sub _separete_url # Descriptions: debug # Arguments: STR($str) -# Side Effects: none +# Side Effects: none # Return Value: none sub _PRINT_DEBUG { @@ -2021,9 +2021,9 @@ sub _PRINT_DEBUG } -# Descriptions: debug, print out hash +# Descriptions: debug, print out hash # Arguments: HASH_REF($hash) -# Side Effects: none +# Side Effects: none # Return Value: none sub _PRINT_DEBUG_DUMP_HASH { |
