10 our @ISA = qw(Exporter DynaLoader);
12 # Items to export into callers namespace by default. Note: do not export
13 # names by default without a very good reason. Use EXPORT_OK instead.
14 # Do not simply export all your public functions/methods/constants.
16 # This allows declaration use UNO ':all';
17 # If you do not need this, moving things directly into @EXPORT or @EXPORT_OK
19 our %EXPORT_TAGS = ( 'all' => [ qw(
23 our @EXPORT_OK = ( @
{ $EXPORT_TAGS{'all'} } );
28 our $VERSION = '0.01';
30 bootstrap UNO
$VERSION;
32 # Preloaded methods go here.
36 # Below is stub documentation for your module. You better edit it!
40 UNO - Perl extension for blah blah blah
49 Stub documentation for UNO, created by h2xs. It looks like the
50 author of the extension was negligent enough to leave the stub
62 A. U. Thor, a.u.thor@a.galaxy.far.far.away