This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
my email address changed
[perl5.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 4607e17..ab8d63f 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -535,8 +535,7 @@ you can use the Configure command line option -Uusedl.
 
 Currently, for most systems, the main perl executable is built by
 linking the "perl library" libperl.a with perlmain.o, your static
-extensions (usually just DynaLoader.a) and various extra libraries,
-such as -lm.
+extensions, and various extra libraries, such as -lm.
 
 On some systems that support dynamic loading, it may be possible to
 replace libperl.a with a shared libperl.so.  If you anticipate building