SYNOPSIS

use Dump;

This will Dump makepp's $Mpp::File::CWD_INFO in makepp's end handler.

use Dump ();
Dump::Dump;
Dump::Dump $Mpp::File::root;
Dump::Dump @makefiles;

This will Dump makepp's $Mpp::File::CWD_INFO and then @makefiles to the file .makepp_dump.pl. Hashes are sorted sensibly, so they can be compared before/after.

$Dump::eliminate (default: qr/^ENVIRONMENT$|^\.makepp/)

is a regexp which governs the hash keys to eliminate. Additionally '..' is eliminated if FULLNAME occurs in a hash.

$Dump::slash_dircontents (default: 1)

Replace {DIRCONTENTS} with a slash.

$Dump::time

Replace file timestamps with word time.