diff options
| author | fukachan <fukachan> | 2006-10-08 09:11:13 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-10-08 09:11:13 +0000 |
| commit | 8aaf68a8459c9ae4e54e567fb39db1a41965bad2 (patch) | |
| tree | 3ce7223c906a2da02568703b984d28440b0355a2 | |
| parent | 37e88ea412d254ac411fd22beafb1ce661a16426 (diff) | |
| download | fml8-8aaf68a8459c9ae4e54e567fb39db1a41965bad2.tar.gz fml8-8aaf68a8459c9ae4e54e567fb39db1a41965bad2.tar.bz2 fml8-8aaf68a8459c9ae4e54e567fb39db1a41965bad2.zip | |
fix definition of "use lib ...".
fix comments.
| -rw-r--r-- | fml/lib/FML/Demo/Chart.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fml/lib/FML/Demo/Chart.pm b/fml/lib/FML/Demo/Chart.pm index 81b5a728..3191c928 100644 --- a/fml/lib/FML/Demo/Chart.pm +++ b/fml/lib/FML/Demo/Chart.pm @@ -4,14 +4,14 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: Chart.pm,v 1.2 2006/07/09 12:11:12 fukachan Exp $ +# $FML: Chart.pm,v 1.3 2006/09/24 06:18:38 fukachan Exp $ # package FML::Demo::Chart; use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD); use Carp; -use lib qw(../fml/lib ../../cpan/lib ../../img/lib); +use lib qw(../../fml/lib ../../cpan/lib ../../img/lib); use Time::DaysInMonth; =head1 NAME @@ -23,8 +23,8 @@ FML::Demo::Chart - handle chart structure (demonstration module). =head1 DESCRIPTION C<CAUTION:> This module is created just for a demonstration to show -how to write a module not intended for your general use. This module -is not enough mature nor secure. +how to write a module intended for personal use. This module is not +enough mature nor secure. =head2 CHART |
