package Opals::_Mod_Name_;

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

#use utf8;
use strict;
#use Opals::_Some_Module_;

sub {
    my () = @_;
}


1;
