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

12.1 ken/TL2024 lazarus rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since ce3c6d91 was ab4fdfc, checked in by Pierre Labastie <pierre.labastie@…>, 5 months ago

Change all xml decl to encoding=utf-8

  • Property mode set to 100644
File size: 2.0 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 fcntl(2) system call. This allows locks on parts of
26 a file as well as on the whole file and overcomes some known problems
27 with flock(2), on which Perls flock() function is based per default.
28 </para>
29
30 &lfs120_checked;
31
32 <bridgehead renderas="sect4">Package Information</bridgehead>
33 <itemizedlist spacing="compact">
34 <listitem>
35 <para>
36 Download (HTTP): <ulink url="&my-download-http;"/>
37 </para>
38 </listitem>
39 <listitem>
40 <para>
41 Download MD5 sum: &my-md5sum;
42 </para>
43 </listitem>
44 </itemizedlist>
45<!-- None that I can find. bdubbs 11-17-23
46 <bridgehead renderas="sect4">File::FcntlLock Dependencies</bridgehead>
47
48 <bridgehead renderas="sect5">Recommended (required for the test suite)</bridgehead>
49 <para role="recommended">
50 <xref linkend="perl-test-warnings"/>
51 </para>
52-->
53 </sect3>
54
55 <sect3 role="installation">
56 <title>Installation of File::FcntlLock</title>
57
58 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
59 href="../../../xincludes/perl-standard-install.xml"/>
60
61 </sect3>
62
63 </sect2>
Note: See TracBrowser for help on using the repository browser.