This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Silence ill-behaved or failing Module::Build tests on VMS.
[perl5.git] / lib / lib_pm.PL
index d7e546f..2c12be4 100644 (file)
@@ -196,6 +196,10 @@ checks to see if a directory called $dir/$archname/auto exists.
 If so the $dir/$archname directory is assumed to be a corresponding
 architecture specific directory and is added to @INC in front of $dir.
 
+The current value of C<$archname> can be found with this command:
+
+    perl -V:archname
+
 To avoid memory leaks, all trailing duplicate entries in @INC are
 removed.