use strict;
use warnings;
-require Exporter;
require DynaLoader;
-our @ISA = qw(Exporter DynaLoader);
+our @ISA = qw(DynaLoader);
unshift @DynaLoader::dl_library_path, "lib";
-# This allows declaration use Filelock ':all';
-# If you do not need this, moving things directly into @EXPORT or @EXPORT_OK
-# will save memory.
-our %EXPORT_TAGS = ( 'all' => [ qw(
-
-) ] );
-
-our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
-
-our @EXPORT = qw(
-);
our $VERSION = '0.01';
bootstrap Sherlock::Filelock $VERSION;
use strict;
use warnings;
-require Exporter;
require DynaLoader;
-our @ISA = qw(Exporter DynaLoader);
+our @ISA = qw(DynaLoader);
unshift @DynaLoader::dl_library_path, "lib";
our $CPU = 0;
our $MEMLOCK = 8;
our $AS = 9;
-
-# This allows declaration use Ulimit ':all';
-# If you do not need this, moving things directly into @EXPORT or @EXPORT_OK
-# will save memory.
-our %EXPORT_TAGS = ( 'all' => [ qw(
-
-) ] );
-
-our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
-
-our @EXPORT = qw(
-);
our $VERSION = '0.01';
bootstrap Sherlock::Ulimit $VERSION;