summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Header
diff options
context:
space:
mode:
authorfukachan <fukachan>2005-08-19 12:17:06 +0000
committerfukachan <fukachan>2005-08-19 12:17:06 +0000
commitf5ea36df952d25e0bd11f17fef1433f728fe9df2 (patch)
treef57b12dad8872533af8179a033cc33a390499648 /fml/lib/FML/Header
parent76b208ac574e30ceb3cf304efcaf1c48b83e9a0d (diff)
downloadfml8-f5ea36df952d25e0bd11f17fef1433f728fe9df2.tar.gz
fml8-f5ea36df952d25e0bd11f17fef1433f728fe9df2.tar.bz2
fml8-f5ea36df952d25e0bd11f17fef1433f728fe9df2.zip
FNF: XXX_clean_up() -> XXX_cleanup()
Diffstat (limited to 'fml/lib/FML/Header')
-rw-r--r--fml/lib/FML/Header/Subject.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Header/Subject.pm b/fml/lib/FML/Header/Subject.pm
index e473f656..05af5924 100644
--- a/fml/lib/FML/Header/Subject.pm
+++ b/fml/lib/FML/Header/Subject.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: Subject.pm,v 1.49 2005/08/18 10:30:09 fukachan Exp $
+# $FML: Subject.pm,v 1.50 2005/08/19 11:21:14 fukachan Exp $
#
package FML::Header::Subject;
@@ -101,7 +101,7 @@ sub rewrite_article_subject_tag
# Arguments: OBJ($self) STR($subject) STR($tag)
# Side Effects: none
# Return Value: STR
-sub clean_up
+sub cleanup
{
my ($self, $subject, $tag) = @_;
my ($s, $in_code, $out_code) = $self->decode($subject, $tag);