RFC 358 (v1) Keep dump capability.
[email protected] (Perl6 RFC Librarian) 1 Oct 2000 06:42:08 -0000
| Newsgroups | perl.perl6.announce.rfc,perl.perl6.language |
|---|---|
| Message-ID | <[email protected]> |
This and other RFCs are available on the web at http://dev.perl.org/rfc/ =head1 TITLE Keep dump capability. =head1 VERSION Maintainer: S. A. Janet <[email protected]> Date: 30 Sep 2000 Mailing List: [email protected] Number: 358 Version: 1 Status: Developing =head1 ABSTRACT To simplify distribution of programs in binary form, support for dump should be kept. =head1 DESCRIPTION This would immensely aid distribution of code from one Linux, Windows, etc. machine to others without requiring all the recipients to be able to install Perl, compile and install modules required by the program, and configure their hosts so that Perl find the modules. There are also times when pre-loading and pre-processing large amounts of data are desirable. =head1 IMPLEMENTATION RFC 267 wants dump eliminated mainly because it is a common name for user subroutines, bit also because it can be accomplished with a kill signal. I really do not care if dump is renamed, but I believe keeping the capability is in perl's interest for greater acceptance and use. =head1 REFERENCES None.