--- AnyEvent/constants.pl.PL 2010/11/22 06:32:18 1.8 +++ AnyEvent/constants.pl.PL 2010/11/26 21:27:41 1.9 @@ -32,7 +32,6 @@ i WIN32 => $WIN32; # add these purely to avoid loading Fcntl, which is slow and bloated. -use Fcntl (); i F_SETFD => eval { Fcntl::F_SETFD() } || 2; i F_SETFL => eval { Fcntl::F_SETFL() } || 4;