DBomb::Value - Abstract class for column and key values.


DBomb documentation Contained in the DBomb distribution.

Index


Code Index:

NAME

Top

DBomb::Value - Abstract class for column and key values.

SYNOPSIS

Top

This class provides no functionality whatsoever.


DBomb documentation Contained in the DBomb distribution.
package DBomb::Value;

use strict;
use warnings;
our $VERSION = '$Revision: 1.2 $';




1;
__END__