projects
/
p5sagit/local-lib.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
move repository to https://github.com/Perl-Toolchain-Gang/local-lib
[p5sagit/local-lib.git]
/
t
/
lib
/
ENVDumper.pm
Commit
Line
Data
3b7ffd31
1
package ENVDumper;
2
use Data::Dumper;
3
print Dumper(\%ENV);