NAME Perl4::CoreLibs - libraries historically supplied with Perl 4 DESCRIPTION This is a collection of ".pl" files that have historically been bundled with the Perl core but are now deprecated. This entire approach to libraries was largely superseded in Perl 5.000 by the system of module namespaces and ".pm" files. Most of the libraries in this collection predate Perl 5.000, but a handful were first introduced in that version. Functionally, most have been directly superseded by modules in the Perl 5 style. They should not be used by new code. Most of these libraries have not been substantially maintained in the course of Perl 5 development. They are now very antiquated in style, making no use of the language facilities introduced since Perl 4. They should therefore not be used as programming examples. This collection exists to support old Perl programs that use the old libraries. By packaging them separately from the Perl core, the core is freed from the need to keep and support them. INSTALLATION perl Build.PL ./Build ./Build test ./Build install AUTHOR Known contributing authors for the libraries in this package are Brandon S. Allbery, John Bazik, Tom Christiansen , Charles Collins, Joe Doupnik , Marion Hakanson , Waldemar Kebsch , Lee McLoughlin , , Randal L. Schwartz , Aaron Sherman , Wayne Thompson, Larry Wall , and Ilya Zakharevich. (Most of these email addresses are probably out of date.) Andrew Main (Zefram) built the Perl4::CoreLibs package. COPYRIGHT Copyright (C) 1987-2009 Larry Wall et al Copyright (C) 2010 Andrew Main (Zefram) LICENSE This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.