mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 08:38:23 +00:00
merge README.plan9 and plan9/perlplan9.pod; delete plan9/perlplan9.* (the perlplan.doc needs to be regenerated in Plan 9); make the =head1 and =head2 in the README.platform to be a little more verbose (skipped README.os2 not to anger Ilya) so that they look better in the toc; regen toc. p4raw-id: //depot/perl@10461
16 lines
489 B
Plaintext
16 lines
489 B
Plaintext
microperl is supposed to be able a really minimal perl, even more
|
|
minimal than miniperl. No Configure is needed to build microperl,
|
|
on the other hand this means that interfaces between Perl and your
|
|
operating system are left very -- minimal.
|
|
|
|
All this is experimental. If you don't know what to do with microperl
|
|
you probably shouldn't. Do not report bugs in microperl; fix the bugs.
|
|
|
|
If you are still reading this and you are itching to try out microperl:
|
|
|
|
make -f Makefile.micro
|
|
|
|
|
|
|
|
|