IO-LockedFile

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

1
2
3
4
5
6
7
8
9
10
11
12
13
Revision history for Perl extension IO::LockedFile.
 
0.23  Thu Feb 20 13:15:33 CET 2003
        - Removed a croak when failing to unlock in Flock.pm. I
          removed it in order to avoid from that croak in the wrong
          time when running on cygwin. It seems that beside this
          problem it runs correctly on cygwin. If someone can clear
          this issue for me - please do.
 
0.22  Tue Sep 24 14:11:39 CEST 2002
        - Just fixed the copyright notice. 
 
0.21  Thu May 16 09:40:16 CEST 2002

Changes  view on Meta::CPAN

21
22
23
24
25
26
27
28
29
30
31
32
          The class became abstract where classes in the directory
          LockedFile implements it. This way new schemes other then
          Flock can be introduced. The interface was extended as a
          result of that, and the options hash was introduced. Among
          the new features: opening a file that is not yet locked,
          blocking & unblocking locks, checking if the file is opened
          to write and supplying this information to the lock method
          (so for example shared lock can be used on files that are
          read), print method, and truncate method.
 
0.1   Fri Feb  9 15:21:28 CET 2001
        - First distribution on CPAN



( run in 0.491 second using v1.01-cache-2.11-cpan-e9199f4ba4c )