File: README

package info (click to toggle)
libfile-save-home-perl 0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 160 kB
  • sloc: perl: 183; makefile: 11
file content (50 lines) | stat: -rw-r--r-- 1,566 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
README for Perl extension File::Save::Home

This document refers to version 0.11 of File::Save::Home.
This version was released October 26 2017.

To install this module on your system, place the tarball archive file in a
temporary directory and call the following:

% gunzip File-Save-Home-0.11.tar.gz
% tar xf File-Save-Home-0.11.tar
% cd File-Save-Home-0.11
% perl Makefile.PL
% make
% make test
% make install

If during installation you wish to view more information on test results,
substitute the following for the sixth line in the sequence of commands
above:

% make test TEST=VERBOSE

If you are installing this module over any earlier version, you may
substitute the following for the last line in the sequence of commands
above:

% make install UNINST=1

If you are installing this module on a Win32 system with 'nmake',
substitute 'nmake' for 'make' in the sequence of commands above.

There is one CPAN module not in the Perl core distribution which is a
prerequisite for File::Save::Home's test suite:  String::PerlIdentifier, by
the same author.  This module is pure Perl and should install properly via the
cpan utility.

In sending e-mail to the maintainer, please put "File::Save::Home",
or "File-Save-Home" in the subject line.

Author:  James E Keenan
CPAN ID:  JKEENAN
jkeenan@cpan.org

Copyright (c) 2005 James E. Keenan.  All rights reserved.
This program is free software; you can redistribute
it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the
LICENSE file included with this module.