diff options
| author | fukachan <fukachan> | 2001-12-22 14:40:34 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-12-22 14:40:34 +0000 |
| commit | 124b248ffac97fc4ab5e580df6eda2ae0aec97b0 (patch) | |
| tree | b1ba1e4b1b8fea13d16627026f042cf7d3f886c8 | |
| parent | 18c80c87ff6b0f528991a06e6fa2973048fed166 (diff) | |
| download | fml8-124b248ffac97fc4ab5e580df6eda2ae0aec97b0.tar.gz fml8-124b248ffac97fc4ab5e580df6eda2ae0aec97b0.tar.bz2 fml8-124b248ffac97fc4ab5e580df6eda2ae0aec97b0.zip | |
remove \s*$
| -rw-r--r-- | fml/lib/FML/PCB.pm | 4 | ||||
| -rw-r--r-- | fml/lib/FML/Process/DocViewer.pm | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/fml/lib/FML/PCB.pm b/fml/lib/FML/PCB.pm index 551f9757..3c6a91ef 100644 --- a/fml/lib/FML/PCB.pm +++ b/fml/lib/FML/PCB.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: PCB.pm,v 1.8 2001/12/22 09:21:02 fukachan Exp $ +# $FML: PCB.pm,v 1.9 2001/12/22 14:27:28 fukachan Exp $ # package FML::PCB; @@ -89,7 +89,7 @@ You must specify C<category>, C<key> and the C<value>. =cut -# Descriptions: print out hash {key => value} +# Descriptions: print out hash {key => value} # Arguments: NONE # Side Effects: none # Return Value: none diff --git a/fml/lib/FML/Process/DocViewer.pm b/fml/lib/FML/Process/DocViewer.pm index 511fe4a1..ab5f2883 100644 --- a/fml/lib/FML/Process/DocViewer.pm +++ b/fml/lib/FML/Process/DocViewer.pm @@ -3,7 +3,7 @@ # Copyright (C) 2000,2001 Ken'ichi Fukamachi # All rights reserved. # -# $FML: DocViewer.pm,v 1.10 2001/12/22 09:21:09 fukachan Exp $ +# $FML: DocViewer.pm,v 1.11 2001/12/22 13:24:32 fukachan Exp $ # package FML::Process::DocViewer; @@ -96,7 +96,7 @@ C<fmlconf($args)>. =cut -# Descriptions: just a switch, call _fmldoc() +# Descriptions: just a switch, call _fmldoc() # Arguments: OBJ($self) HASH_REF($args) # Side Effects: none # Return Value: none |
