package Textbook::Report;

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

#use utf8;
use strict;

