-
-
08 Oct 2006 20:24:56 UTC
- Distribution: X11-Protocol
- Module version: 0.02
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (26)
- Testers (346 / 5496 / 0)
- Kwalitee
Bus factor: 0- 15.59% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (98.85KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
X11::Protocol::Connection::FileHandle - Perl module base class for FileHandle-based X11 connections
SYNOPSIS
package X11::Protocol::Connection::WeirdFH; use X11::Protocol::Connection::FileHandle; @ISA = ('X11::Protocol::Connection::FileHandle')
DESCRIPTION
This module defines get(), give() and fh() methods common to X11::Protocol::Connection types that are based on the FileHandle package. They expect the object they are called with to be a reference to a FileHandle.
AUTHOR
Stephen McCamant <SMCCAM@cpan.org>.
SEE ALSO
perl(1), X11::Protocol, X11::Protocol::Connection::INETFH, X11::Protocol::Connection::UNIXFH, FileHandle.
Module Install Instructions
To install X11::Protocol, copy and paste the appropriate command in to your terminal.
cpanm X11::Protocol
perl -MCPAN -e shell install X11::Protocol
For more information on module installation, please visit the detailed CPAN module installation guide.