• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..11-Apr-2013244

ChangesH A D20-Feb-2013296

Getrusage.xsH A D20-Feb-20132.1 KiB

lib/H05-Apr-20133

Makefile.PLH A D20-Feb-2013900

MANIFESTH A D20-Feb-2013178

META.ymlH A D20-Feb-2013312

ppport.hH A D20-Feb-2013111.8 KiB

READMEH A D20-Feb-20131.2 KiB

t/H11-Apr-20133

README

1Unix-Getrusage 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) 2006 by User &
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.8.6 or,
38at your option, any later version of Perl 5 you may have available.
39
40
41$Id: README 2 2006-02-03 22:35:54Z taffy $
42