The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension File::FcntlLock

0.14  Thu Oct 29 2011
	- Changed the test script to get it to pass under GNU Hurd,
      using only the rather limited fcntl() locking capabilities
      available on that system. Thanks to Julián Moreno Patiño
      for bringing the problem to my attention and helping me
      to set up a virtual GNU Hurd system for testing.

0.13  Thu Oct 11 2011
    - Spelling errors fixed in the documentation, thanks to
      Julián Moreno Patiño (Debian Package Maintainer).

0.12  Thu Oct 8 2009
    - Stupid bug in Makefile removed that assumed a certain
      layout of the flock structure - thanks to Glenn Herteg
      for spotting this.

0.11  Wed Oct 7 2009
	- Module did use only 32-bit flock structure, making it
      impossible to obtain locks on parts of files above
      4 GB. Now it also should work for large files.
    - Mistakes in documentation removed as pointed out by
      FANY and Glenn Herteg.

0.10  Wed May 14 2008
    - Removed an issue in Makefile.PL that kept the module
      from being built on some systems

0.09  Sun Aug 26 2007
    - Renamed module from Fcntl_Lock to FcntlLock to make it
      fit into the namespace newly allocated on CPAN

0.08  Sun Aug 12 2007
    - Changes in error handling within the module
    - Makefile.PL changed so that it hopefully won't fail on
      (Net|Free|Open)BSD (and perhaps Cygwin) where locks on
      STDIN and STDOUT are not supported
    - Tests changed for the same reasons

0.07  Sun Aug 5 2007
    - Module made ready for upload to CPAN
    - Changed name from Fcntl_Lock to File::Fcntl_Lock
    - Renamed some methods
    - Corrected some of the test cases
    - Updated documentation

0.06  Sun Apr 28 2002
    - Error texts changed to reflect SUSv3
    - Documentation updated

0.05  Mon Apr 22 2002
    - Error texts changed to reflect TRUE64 man page
    - Internal module errors now call die instead of setting errno to EINVAL
    - Small bug fixes

0.04  Mon Apr 22 2002
    - Added further test cases
    - Improved check on availability of fcntl(2) in Makefile.PL
    - Methods for simpler error determination
    - Update of documentation

0.03  Sat Apr 20 2002
    - Removed a bug in Makefile.PL pointed out by "Frodo Baggins"
    - Added checks in Makefile.PL for compiler and <fcntl.h>

0.02  Sat Apr 20 2002
    - Added tests in test.pl
    - Some changes in Makefile.PL thanks to Mark Jason Dominus
    - Module now recognizes file handles and descriptors correctly
    - Update of documentation

0.01  Thu Apr 18 2002
    - original version; created by h2xs 1.21 with options -A -n Fcntl_Lock