package Pembedtest;
require Exporter;

@ISA = qw(Exporter);
@EXPORT = qw(myprint
);
$VERSION = "0.01";
#bootstrap Pembedtest $VERSION;
1;
