-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
45 lines (26 loc) · 979 Bytes
/
Copy pathREADME
File metadata and controls
45 lines (26 loc) · 979 Bytes
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
PDF/Reuse/Tutorial version 0.11
===============================
This is dummy module created only for the POD documentation
INSTALLATION
To install this module in a Windows environment:
perl Makefile.PL
nmake
nmake test
nmake install
(If you haven't got nmake, try to download it via
http://download.microsoft.com/download/vc15/Patch/1.52/W95/EN-US/Nmake15.exe)
Under other operating systems try the following:
perl Makefile.PL
make
make test
make install
N.B.
In the examples directory there is a zip file with PDF documents and generated
modules. Unzip it. I had to put all these files like that, to hide them from
the normal processing around the upload to CPAN.
DEPENDENCIES
This "module" is only meaningful together with PDF::Reuse
COPYRIGHT AND LICENCE
Copyright (C) 2003 - 2005 Lars Lundberg, Solidez HB
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.