module-versions

Module versions in a crash dump

Hi, Is there a way to figure out versions of modules that were loaded into the process' address space when the process crashed from a crash dump that was generated by the process calling the MiniDumpWriteDump function? In other words, is any version information stored inside a dmp file? Thanks. ...

How do I get the Perl's DateTime::Format::DateManip version number from the command line?

I'm using this from the command line: perl -MDateTime::Format::DateManip -le 'print $Some::Module::VERSION' but only return a blank line, any thoughts? ...