This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update epigraphs with the one for v5.17.9
[perl5.git] / Porting / Glossary
index 0fbac11..4b5ded2 100644 (file)
@@ -5018,10 +5018,6 @@ use64bitint (use64bits.U):
        This may mean using for example "long longs", while your memory
        may still be limited to 2 gigabytes.
 
-use_versioned_archname (archname.U):
-       This variable indicates whether to include the $api_versionstring
-       as a component of the $archname.
-
 usecrosscompile (Cross.U):
        This variable conditionally defines the USE_CROSS_COMPILE symbol,
        and indicates that Perl has been cross-compiled.
@@ -5152,6 +5148,10 @@ usevendorprefix (vendorprefix.U):
        This variable tells whether the vendorprefix
        and consequently other vendor* paths are in use.
 
+useversionedarchname (archname.U):
+       This variable indicates whether to include the $api_versionstring
+       as a component of the $archname.
+
 usevfork (d_vfork.U):
        This variable is set to true when the user accepts to use vfork.
        It is set to false when no vfork is available or when the user