Upgrade to Devel::PPPort 3.05.
[p5sagit/p5-mst-13.2.git] / ext / Devel / PPPort / README
CommitLineData
0a7c7f4f 1
adfe19db 2 ------------------------------------------------------
3 Devel::PPPort - Perl/Pollution/Portability Version 3
4 ------------------------------------------------------
0a7c7f4f 5
adfe19db 6CONTENTS
0a7c7f4f 7
adfe19db 81. DESCRIPTION
92. INSTALLATION
103. DOCUMENTATION
114. BUGS
125. COPYRIGHT
13
14
15--------------
161. DESCRIPTION
17--------------
18
19Perl's API has changed over time, gaining new features, new functions,
20increasing its flexibility, and reducing the impact on the C namespace
21environment (reduced pollution). The header file written by this module,
22typically F<ppport.h>, attempts to bring some of the newer Perl API
23features to older versions of Perl, so that you can worry less about
24keeping track of old releases, but users can still reap the benefit.
25
26---------------
272. INSTALLATION
28---------------
29
30Installation of the Devel::PPPort module follows the standard Perl Way
31and should not be harder than:
32
33 perl Makefile.PL
34 make
35 make test
36 make install
37
38Note that you may need to become superuser to 'make install'.
39
40If you're building the module under Windows, you may need to use a
41different make program, such as 'nmake', instead of 'make'.
42
43----------------
443. DOCUMENTATION
45----------------
46
47To see the documentation, use the perldoc command:
48
49 perldoc Devel::PPPort
50
51You can also visit CPAN Search and see the documentation online as
52pretty nice HTML. This is also where you will find the most recent
53version of this module:
54
55 http://search.cpan.org/~mhx/Devel-PPPort/
56
57-------
584. BUGS
59-------
60
61If you find any bugs, Devel::PPPort doesn't seem to build on your
62system or any of its tests fail, please use the CPAN Request Tracker
63
64 http://rt.cpan.org/
65
66to create a ticket for the module.
67
68------------
695. COPYRIGHT
70------------
71
9132e1a3 72Version 3.x, Copyright (C) 2004-2005, Marcus Holland-Moritz.
adfe19db 73Version 2.x, Copyright (C) 2001, Paul Marquess.
74Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
75
76This program is free software; you can redistribute it and/or
77modify it under the same terms as Perl itself.
0a7c7f4f 78