From d2d23134f33ef9b3ef4418b08aeb8d0d61b91191 Mon Sep 17 00:00:00 2001 From: Chip Salzenberg Date: Thu, 5 Sep 1996 18:19:14 -0400 Subject: No AutoLoader for Fcntl Just like Socket, Fcntl doesn't need splitting and AutoLoading. --- ext/Fcntl/Fcntl.pm | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ext/Fcntl') diff --git a/ext/Fcntl/Fcntl.pm b/ext/Fcntl/Fcntl.pm index 32a3194326..9d000a1e68 100644 --- a/ext/Fcntl/Fcntl.pm +++ b/ext/Fcntl/Fcntl.pm @@ -26,7 +26,6 @@ pack up your own arguments to pass as args for locking functions, etc. use vars qw($VERSION @ISA @EXPORT @EXPORT_OK $AUTOLOAD); require Exporter; -use AutoLoader; require DynaLoader; @ISA = qw(Exporter DynaLoader); $VERSION = "1.00"; @@ -66,8 +65,4 @@ sub AUTOLOAD { bootstrap Fcntl $VERSION; -# Preloaded methods go here. Autoload methods go after __END__, and are -# processed by the autosplit program. -package Fcntl; # return to package Fcntl so AutoSplit is happy 1; -__END__ -- cgit v1.2.1