summaryrefslogtreecommitdiff
path: root/fml/lib
diff options
context:
space:
mode:
authorfukachan <fukachan>2006-11-26 09:20:20 +0000
committerfukachan <fukachan>2006-11-26 09:20:20 +0000
commitb7768e7054aa78f88853594b3c2fe13339bd07f2 (patch)
tree28692b66b27f02c40ab74a3f529237b3a5b1a22b /fml/lib
parentf5729f9b3cbad866660dffcd48d9dcdad08bab56 (diff)
downloadfml8-b7768e7054aa78f88853594b3c2fe13339bd07f2.tar.gz
fml8-b7768e7054aa78f88853594b3c2fe13339bd07f2.tar.bz2
fml8-b7768e7054aa78f88853594b3c2fe13339bd07f2.zip
fix comments
Diffstat (limited to 'fml/lib')
-rw-r--r--fml/lib/FML/CreateOnPost.pm8
1 files changed, 6 insertions, 2 deletions
diff --git a/fml/lib/FML/CreateOnPost.pm b/fml/lib/FML/CreateOnPost.pm
index a8e41c1f..25e994db 100644
--- a/fml/lib/FML/CreateOnPost.pm
+++ b/fml/lib/FML/CreateOnPost.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: CreateOnPost.pm,v 1.1 2006/02/04 08:00:09 fukachan Exp $
+# $FML: CreateOnPost.pm,v 1.2 2006/07/09 12:11:12 fukachan Exp $
#
package FML::CreateOnPost;
@@ -18,11 +18,15 @@ FML::CreateOnPost - CREATE-ON-POST
=head1 SYNOPSIS
+use FML::CreateOnPost;
+my $cop = new FML::CreateOnPost $curproc;
+$cop->distribute_ml($ml);
+
=head1 DESCRIPTION
=head1 METHODS
-=head2 C<new()>
+=head2 new()
constructor.