Skip to content

Commit

Permalink
Add Sortkeys to DUMPER_ARGS
Browse files Browse the repository at this point in the history
This change allows sorting the keys in the output of dumper (convenient when reproducing the same output over and over again during debugging).
  • Loading branch information
NickHibma committed Jun 13, 2017
1 parent 85aaaf1 commit c37cdc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Template/Plugin/Dumper.pm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ use Data::Dumper;
our $VERSION = 2.70;
our $DEBUG = 0 unless defined $DEBUG;
our @DUMPER_ARGS = qw( Indent Pad Varname Purity Useqq Terse Freezer
Toaster Deepcopy Quotekeys Bless Maxdepth );
Toaster Deepcopy Quotekeys Bless Maxdepth Sortkeys );
our $AUTOLOAD;

#==============================================================================
Expand Down

0 comments on commit c37cdc3

Please sign in to comment.