• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/File/H02-Dec-1998-12967

t/H02-Dec-1998-159128

CHANGELOGH A D02-Dec-199856 62

MANIFESTH A D02-Dec-199876 76

Makefile.PLH A D02-Dec-1998303 139

READMEH A D14-Aug-1996288 148

README

1
2File::BasicFlock is a wrapper around the flock() call.
3
4To install File::Flock use the following:
5
6	perl Makefile.PL
7	make
8	make test
9	make install
10
11Under perl5.002, the make test will emit some warnings about "9" and
12"99" not being numeric values.  I believe this is a bug in perl.
13
14