diff options
| author | fukachan <fukachan> | 2001-12-22 09:21:00 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-12-22 09:21:00 +0000 |
| commit | 8c71d1f4b810babb4620a046ad9c100108887fb1 (patch) | |
| tree | 6d66772cb9889fc4a000c538c92dda9dc0e8498b /fml/lib/FML/Process/HTMLify.pm | |
| parent | dba338d612f726205c73e51b65fe545a29fc433b (diff) | |
| download | fml8-8c71d1f4b810babb4620a046ad9c100108887fb1.tar.gz fml8-8c71d1f4b810babb4620a046ad9c100108887fb1.tar.bz2 fml8-8c71d1f4b810babb4620a046ad9c100108887fb1.zip | |
remove \s*$
Diffstat (limited to 'fml/lib/FML/Process/HTMLify.pm')
| -rw-r--r-- | fml/lib/FML/Process/HTMLify.pm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/fml/lib/FML/Process/HTMLify.pm b/fml/lib/FML/Process/HTMLify.pm index 905f0539..7253880d 100644 --- a/fml/lib/FML/Process/HTMLify.pm +++ b/fml/lib/FML/Process/HTMLify.pm @@ -1,9 +1,9 @@ #-*- perl -*- # # Copyright (C) 2000-2001 Ken'ichi Fukamachi -# All rights reserved. +# All rights reserved. # -# $FML: HTMLify.pm,v 1.4 2001/11/17 04:01:54 fukachan Exp $ +# $FML: HTMLify.pm,v 1.5 2001/11/27 11:40:30 fukachan Exp $ # package FML::Process::HTMLify; @@ -53,9 +53,9 @@ sub new } -# Descriptions: dummy to avoid to take data from STDIN +# Descriptions: dummy to avoid to take data from STDIN # Arguments: $self $args -# Side Effects: +# Side Effects: # Return Value: none sub prepare { @@ -86,7 +86,7 @@ sub run print STDERR "htmlify\t$src_dir =>\n\t\t$dst_dir\n" if $ENV{'debug'}; # prepend $opt_I as @INC - if (defined $options->{ I }) { + if (defined $options->{ I }) { print STDERR "\t\tprepend $options->{ I } (\@INC)\n" if $ENV{'debug'}; unshift(@INC, $options->{ I }); } @@ -146,7 +146,7 @@ Ken'ichi Fukamachi Copyright (C) 2001 Ken'ichi Fukamachi All rights reserved. This program is free software; you can -redistribute it and/or modify it under the same terms as Perl itself. +redistribute it and/or modify it under the same terms as Perl itself. =head1 HISTORY |
