diff options
| author | fukachan <fukachan> | 2006-11-24 07:03:19 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-11-24 07:03:19 +0000 |
| commit | 3e585b64064f4e038ae818b73302623b6d666145 (patch) | |
| tree | 48d3fa79fc82b110c6e3892fbdeae619e68685f5 /regress/simulation/@template.pm | |
| parent | 6585ccac494cb8f1e726fa02ceb6bcc576e8bc70 (diff) | |
| download | fml8-3e585b64064f4e038ae818b73302623b6d666145.tar.gz fml8-3e585b64064f4e038ae818b73302623b6d666145.tar.bz2 fml8-3e585b64064f4e038ae818b73302623b6d666145.zip | |
fix comments
Diffstat (limited to 'regress/simulation/@template.pm')
| -rw-r--r-- | regress/simulation/@template.pm | 11 |
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) = @_; |
