Document the removal of PERL_XS_APIVERSION and PERL_PM_APIVERSION.
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 18 Feb 2004 14:04:11 +0000 (14:04 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 18 Feb 2004 14:04:11 +0000 (14:04 +0000)
p4raw-id: //depot/perl@22341

pod/perl591delta.pod

index 2a04611..a89d6fd 100644 (file)
@@ -171,6 +171,14 @@ difference unless you have code that explicitly makes assumptions about that
 ordering. (The inheritance hierarchy of C<B::*> objects has been changed
 to reflect this.)
 
+=head2 Removal of CPP symbols
+
+The C preprocessor symbols C<PERL_PM_APIVERSION> and
+C<PERL_XS_APIVERSION>, which were supposed to give the version number of
+the oldest perl binary-compatible (resp. source-compatible) with the
+present one, were not used, and sometimes had misleading values. They have
+been removed.
+
 =head1 Configuration and Building
 
 C<Configure> now invokes callbacks regardless of the value of the variable