test for shell output
[p5sagit/local-lib.git] / t / lib / ENVDumper.pm
1 package ENVDumper;
2 use Data::Dumper;
3 print Dumper(\%ENV);