On Sat, 2014-11-29 at 20:39 -0800, John Hardin wrote: > But this effectively means we cannot add new features to SA conditionals > because they might do this to older installs. > Can SA set a $too_old flag to say that that the Perl version number check failed?
If so, it seems the me that, at runtime, it would be reasonable to exclude new version-dependent features if either the $too_old flag is set or the version number is lower than the feature needs. It would also be reasonable for sa_update to report the exclusion since that serves to remind the sysadmin to upgrade. Martin