X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fperl%2FFilelock%2FFilelock.pm;h=a350605091e6e102b9ba300460c0af557566b546;hb=ff5257feacf559166e158afb94b65191de3c2590;hp=d55d49ebeb6a7548c1ed3a9aea3468b41f70d4d5;hpb=9656a16dfe13dd25c0d66b684b6ddfa18881b4bb;p=libucw.git diff --git a/lib/perl/Filelock/Filelock.pm b/lib/perl/Filelock/Filelock.pm index d55d49eb..a3506050 100644 --- a/lib/perl/Filelock/Filelock.pm +++ b/lib/perl/Filelock/Filelock.pm @@ -17,23 +17,11 @@ use 5.006; 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;