summaryrefslogtreecommitdiff
path: root/regress/simulation/@template.pm
diff options
context:
space:
mode:
Diffstat (limited to 'regress/simulation/@template.pm')
-rw-r--r--regress/simulation/@template.pm11
1 files changed, 9 insertions, 2 deletions
diff --git a/regress/simulation/@template.pm b/regress/simulation/@template.pm
index 93679502..eca729aa 100644
--- a/regress/simulation/@template.pm
+++ b/regress/simulation/@template.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$
+# $FML: @template.pm,v 1.10 2006/01/07 13:16:41 fukachan Exp $
#
package __MODULE_NAME__;
@@ -22,10 +22,17 @@ __MODULE_NAME__ - what is this
=head1 METHODS
-=head2 C<new()>
+=head2 new()
+
+constructor.
=cut
+
+# Descriptions: constructor.
+# Arguments: OBJ($self) HASH_REF($args)
+# Side Effects: none
+# Return Value: OBJ
sub new
{
my ($self) = @_;