Flail::ConnectionCache - Description


flail documentation Contained in the flail distribution.

Index


Code Index:

NAME

Top

Flail::ConnectionCache - Description

VERSION

Top

  Time-stamp: <2006-12-01 17:32:20 attila@stalphonsos.com>

SYNOPSIS

Top

  use Flail::ConnectionCache;
  blah;

DESCRIPTION

Top

Describe the module.

AUTHOR

Top

  attila <attila@stalphonsos.com>

COPYRIGHT AND LICENSE

Top


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:
##