(no title)
davecardwell | 8 years ago
So instead of…
Dumper(tersify($dt))
You would want to try… Dumper(tersify({ now => $dt }))davecardwell | 8 years ago
So instead of…
Dumper(tersify($dt))
You would want to try… Dumper(tersify({ now => $dt }))
kbenson|8 years ago
I'm not sure the reasoning behind that behavior. Presumably if you don't want it tersified, you don't pass it to tersify, and just pass it to your dumper function directly.