SYNOPSIS
% perl -MDevel::DieHandler::PrintINCVersion -e'...'
DESCRIPTION
When imported, this module installs a __DIE__ handler which, upon the
program dying, will print the versions of files (modules) listed in
%INC to STDOUT. The versions will be extracted using
ExtUtils::MakeMaker's parse_version.
Unimporting (via no Devel::DieHandler::PrintINCVersion) after importing
restores the previous handler.