diff options
| author | fukachan <fukachan> | 2008-09-10 23:43:04 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2008-09-10 23:43:04 +0000 |
| commit | 789dcd53a1930834d5513fb0a1ce9fdd3f86f8b4 (patch) | |
| tree | 8d16f5df973db78b7160a66e3716ce4915f839b8 /fml/lib/FML | |
| parent | 1a7734b2b286068aa27b1cd2178f2ca0a52f4269 (diff) | |
| download | fml8-789dcd53a1930834d5513fb0a1ce9fdd3f86f8b4.tar.gz fml8-789dcd53a1930834d5513fb0a1ce9fdd3f86f8b4.tar.bz2 fml8-789dcd53a1930834d5513fb0a1ce9fdd3f86f8b4.zip | |
document: fix typo
Diffstat (limited to 'fml/lib/FML')
| -rw-r--r-- | fml/lib/FML/Error/Cache.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fml/lib/FML/Error/Cache.pm b/fml/lib/FML/Error/Cache.pm index 1dbe7d6a..d54c4581 100644 --- a/fml/lib/FML/Error/Cache.pm +++ b/fml/lib/FML/Error/Cache.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2002,2003,2004,2005,2006 Ken'ichi Fukamachi +# Copyright (C) 2002,2003,2004,2005,2006,2008 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. # -# $FML: Cache.pm,v 1.24 2006/11/19 02:24:52 fukachan Exp $ +# $FML: Cache.pm,v 1.25 2006/11/19 03:41:45 fukachan Exp $ # package FML::Error::Cache; @@ -22,7 +22,7 @@ FML::Error::Cache - manipulate error/bounce information database. my $db = new FML::Error::Cache $curproc; $db->add( $bounce_info ); -where C<$bounce_info) follows: +where C<$bounce_info> follows: $bounce_info = [ { @@ -335,7 +335,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2002,2003,2004,2005,2006 Ken'ichi Fukamachi +Copyright (C) 2002,2003,2004,2005,2006,2008 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. |
