diff options
| author | fukachan <fukachan> | 2003-08-23 04:35:25 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-08-23 04:35:25 +0000 |
| commit | d0c5a95389829a94a429717d0ae10c2872eb25ce (patch) | |
| tree | e9240d92a7f7470d3bd0a43621b2bf19cc64fe9c /fml/lib/Tie | |
| parent | 19aa62773b6f8eebf1d35c4458d9a89b7c1036a7 (diff) | |
| download | fml8-d0c5a95389829a94a429717d0ae10c2872eb25ce.tar.gz fml8-d0c5a95389829a94a429717d0ae10c2872eb25ce.tar.bz2 fml8-d0c5a95389829a94a429717d0ae10c2872eb25ce.zip | |
fix comments: =head2 function(...) form
Diffstat (limited to 'fml/lib/Tie')
| -rw-r--r-- | fml/lib/Tie/JournaledDir.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/Tie/JournaledDir.pm b/fml/lib/Tie/JournaledDir.pm index 2b778635..86645d44 100644 --- a/fml/lib/Tie/JournaledDir.pm +++ b/fml/lib/Tie/JournaledDir.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: JournaledDir.pm,v 1.19 2003/01/11 15:16:37 fukachan Exp $ +# $FML: JournaledDir.pm,v 1.20 2003/07/21 09:40:31 fukachan Exp $ # package Tie::JournaledDir; @@ -44,7 +44,7 @@ It enables easy automatic expiration. =head1 METHODS -=head2 C<new($args)> +=head2 new($args) $args = { dir => directory path, # mandatory |
