Description
Perl build and automation scripts can decide whether output files should be regenerated based on source and target timestamps. This helps avoid unnecessary rebuilds while still updating stale generated files.
It is a developer helper for incremental workflows. Applications should define dependencies carefully so important generated files are not left outdated.