Thanks to the new lib/Config.t, it became apparent that we were collecting but not recording PERL_API_REVISION in configure.com.
--- configure.com;-0 Mon May 31 11:27:37 2004 +++ configure.com Mon May 31 17:26:16 2004 @@ -5225,6 +5225,7 @@ $ WC "PERL_REVISION='" + revision + "'" $ WC "PERL_VERSION='" + patchlevel + "'" $ WC "PERL_SUBVERSION='" + subversion + "'" +$ WC "PERL_API_REVISION='" + api_revision + "'" $ WC "PERL_API_VERSION='" + api_version + "'" $ WC "PERL_API_SUBVERSION='" + api_subversion + "'" $ WC "_a='" + lib_ext + "'"
