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

..03-May-2022-

inc/Module/H29-May-2016-2,7332,061

lib/X11/H29-May-2016-1,110606

t/H29-May-2016-171102

INSTALL.SKIPH A D15-Nov-201035 32

MANIFESTH A D27-May-2015777 3938

MANIFEST.SKIPH A D27-May-2015236 2120

META.ymlH A D29-May-2016896 4342

Makefile.PLH A D26-Apr-20162.2 KiB9163

READMEH A D03-Jan-20101.1 KiB4126

XCB.xsH A D14-Feb-20167.3 KiB307237

XCB_util.incH A D23-Jun-20142.1 KiB9274

_GenerateMyXS.pmH A D28-May-201617.8 KiB654424

pm_to_blibH A D28-May-20160

ppport.hH A D29-May-2016190.9 KiB7,7493,290

wrapper.hH A D03-Jan-201071 64

README

1X11-XCB version 0.01
2====================
3
4The README is used to introduce the module and provide instructions on
5how to install the module, any machine dependencies it may have (for
6example C compilers and installed libraries) and any other information
7that should be provided before the module is installed.
8
9A README file is required for CPAN modules since CPAN extracts the
10README file from a module distribution so that people browsing the
11archive can use it get an idea of the modules uses. It is usually a
12good idea to provide version information here so that people can
13decide whether fixes for the module are worth downloading.
14
15INSTALLATION
16
17To install this module type the following:
18
19   perl Makefile.PL
20   make
21   make test
22   make install
23
24DEPENDENCIES
25
26This module requires these other modules and libraries:
27
28  blah blah blah
29
30COPYRIGHT AND LICENCE
31
32Put the correct copyright and licence information here.
33
34Copyright (C) 2009 by Michael Stapelberg
35
36This library is free software; you can redistribute it and/or modify
37it under the same terms as Perl itself, either Perl version 5.10.0 or,
38at your option, any later version of Perl 5 you may have available.
39
40
41