package Textbook::Holding;

require Exporter;
@ISA       = qw(Exporter);
# Symbols to be exported by default
#@EXPORT    = qw(
#    opl_
#);
# Symbols to be exported on request
@EXPORT_OK = qw(
    tbkholding_
);
# Version number
$VERSION   = 0.01;      

use strict;

sub tbkholding_ {
    my () = @_;
}

=item
sub tbkholding_ {
    my () = @_;
}
=cut


1;
