This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Collect a little more information about the body we're getting rid of
[perl5.git] / README.micro
index 976742a..d4b2628 100644 (file)
@@ -1,4 +1,4 @@
-microperl is supposed to be able a really minimal perl, even more
+microperl is supposed to be 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.
@@ -6,7 +6,7 @@ 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.
 
-We assume ANSI C plus the following:
+We assume ANSI C89 plus the following:
 - <stdlib.h>
 - rename()
 - opendir(), readdir(), closedir() (via dirent.h)
@@ -20,6 +20,8 @@ If you are still reading this and you are itching to try out microperl:
 
        make -f Makefile.micro
 
+If you make changes to uconfig.sh, run
 
+       make -f Makefile.micro regen_uconfig
 
-
+to regenerate uconfig.h.