source: general/prog/perl-modules/perl-file-fcntllock.xml@ fd67949

lazarus trunk
Last change on this file since fd67949 was 181e069f, checked in by Bruce Dubbs <bdubbs@…>, 3 months ago

Tag all perl modules

  • Property mode set to 100644
File size: 2.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../../general.ent">
5 %general-entities;
6
7 <!ENTITY my-download-http "&perl_authors;/id/J/JT/JTT/File-FcntlLock-0.22.tar.gz">
8 <!ENTITY my-md5sum "579698d735d864ee403674f1175f789d">
9]>
10
11 <!-- Begin File::FcntlLock -->
12 <sect2 id="perl-file-fcntllock" xreflabel="File-FcntlLock-&File-FcntlLock-version;">
13
14 <title>File::FcntlLock-&File-FcntlLock-version;</title>
15
16 <indexterm zone="perl-file-fcntllock">
17 <primary sortas="a-File-FcntlLock">File::FcntlLock</primary>
18 </indexterm>
19
20 <sect3 role="package">
21 <title>Introduction to File::FcntlLock</title>
22
23 <para>
24 File::FcntlLock is a module to do file locking in an object oriented
25 fashion using the <ulink role='man'
26 url='&man;fcntl.2'>fcntl(2)</ulink> system call. This allows locks
27 on parts of a file as well as on the whole file and overcomes some
28 known problems with
29 <ulink role='man' url='&man;flock.2'>flock(2)</ulink>, on which
30 which Perl's <function>flock()</function> function is based per
31 default.
32 </para>
33
34 &lfs121_checked;
35
36 <bridgehead renderas="sect4">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&my-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download MD5 sum: &my-md5sum;
46 </para>
47 </listitem>
48 </itemizedlist>
49<!-- None that I can find. bdubbs 11-17-23
50 <bridgehead renderas="sect4">File::FcntlLock Dependencies</bridgehead>
51
52 <bridgehead renderas="sect5">Recommended (required for the test suite)</bridgehead>
53 <para role="recommended">
54 <xref linkend="perl-test-warnings"/>
55 </para>
56-->
57 </sect3>
58
59 <sect3 role="installation">
60 <title>Installation of File::FcntlLock</title>
61
62 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
63 href="../../../xincludes/perl-standard-install.xml"/>
64
65 </sect3>
66
67 </sect2>
Note: See TracBrowser for help on using the repository browser.