| flail documentation | Contained in the flail distribution. |
Flail::ConnectionCache - Description
Time-stamp: <2006-12-01 17:32:20 attila@stalphonsos.com>
use Flail::ConnectionCache; blah;
Describe the module.
attila <attila@stalphonsos.com>
(C) 2002-2006 by attila <attila@stalphonsos.com>. all rights reserved. This code is released under a BSD license. See the LICENSE file that came with the package.
| flail documentation | Contained in the flail distribution. |
package Flail::ConnectionCache; use strict; use Carp; use Flail::Thing; use base qw(Flail::Thing); sub Clear { } 1; __END__
## # Local variables: # mode: perl # tab-width: 4 # perl-indent-level: 4 # cperl-indent-level: 4 # cperl-continued-statement-offset: 4 # indent-tabs-mode: nil # comment-column: 40 # time-stamp-line-limit: 40 # End: ##