📄 readme
字号:
------------------------------------------------------ Devel::PPPort - Perl/Pollution/Portability Version 3 ------------------------------------------------------CONTENTS1. DESCRIPTION2. INSTALLATION3. DOCUMENTATION4. BUGS5. COPYRIGHT--------------1. DESCRIPTION--------------Perl's API has changed over time, gaining new features, new functions,increasing its flexibility, and reducing the impact on the C namespaceenvironment (reduced pollution). The header file written by this module,typically F<ppport.h>, attempts to bring some of the newer Perl APIfeatures to older versions of Perl, so that you can worry less aboutkeeping track of old releases, but users can still reap the benefit.---------------2. INSTALLATION---------------Installation of the Devel::PPPort module follows the standard Perl Wayand should not be harder than: perl Makefile.PL make make test make installNote that you may need to become superuser to 'make install'.If you're building the module under Windows, you may need to use adifferent make program, such as 'nmake', instead of 'make'.----------------3. DOCUMENTATION----------------To see the documentation, use the perldoc command: perldoc Devel::PPPortYou can also visit CPAN Search and see the documentation online aspretty nice HTML. This is also where you will find the most recentversion of this module: http://search.cpan.org/~mhx/Devel-PPPort/-------4. BUGS-------If you find any bugs, Devel::PPPort doesn't seem to build on yoursystem or any of its tests fail, please use the CPAN Request Tracker http://rt.cpan.org/to create a ticket for the module.------------5. COPYRIGHT------------Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.Version 2.x, Copyright (C) 2001, Paul Marquess.Version 1.x, Copyright (C) 1999, Kenneth Albanowski.This program is free software; you can redistribute it and/ormodify it under the same terms as Perl itself.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -