diff options
| author | fukachan <fukachan> | 2005-08-17 10:31:32 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2005-08-17 10:31:32 +0000 |
| commit | f56238af33e308db1d5235f22558b2fcdd7ae13d (patch) | |
| tree | eca0ac1fce739767af9b89e1995eb6d4d2730034 /fml/lib/Mail/Message | |
| parent | 82ee52541115db3c8c364c60b2d39911a71873bb (diff) | |
| download | fml8-f56238af33e308db1d5235f22558b2fcdd7ae13d.tar.gz fml8-f56238af33e308db1d5235f22558b2fcdd7ae13d.tar.bz2 fml8-f56238af33e308db1d5235f22558b2fcdd7ae13d.zip | |
FNF: adjust methond naming convension.
str_dump() -> dump_string()
Diffstat (limited to 'fml/lib/Mail/Message')
| -rw-r--r-- | fml/lib/Mail/Message/Encode.pm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/fml/lib/Mail/Message/Encode.pm b/fml/lib/Mail/Message/Encode.pm index 23f6ef9b..a832753a 100644 --- a/fml/lib/Mail/Message/Encode.pm +++ b/fml/lib/Mail/Message/Encode.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: Encode.pm,v 1.20 2005/05/27 01:22:51 fukachan Exp $ +# $FML: Encode.pm,v 1.21 2005/05/30 00:05:00 fukachan Exp $ # package Mail::Message::Encode; @@ -624,7 +624,9 @@ sub raw_decode_qp =head1 DEBUG -=head2 str_dump($str) +=head2 dump_string($str) + +dump $str as the style by "od -a". =cut @@ -633,7 +635,7 @@ sub raw_decode_qp # Arguments: OBJ($self) STR($str) # Side Effects: none # Return Value: none -sub str_dump +sub dump_string { my ($self, $str) = @_; |
