Skip to content

Commit

Permalink
- adjust indent
Browse files Browse the repository at this point in the history
  • Loading branch information
steveschnepp committed Aug 6, 2011
1 parent 0b54f23 commit f811f82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/dump_storable
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ use warnings;
use Storable;
use Data::Dumper;

$Data::Dumper::Indent = 1;

while (my $file = shift) {
my $ref = Storable::retrieve($file);
print Dumper($ref);
Expand Down

0 comments on commit f811f82

Please sign in to comment.