# HG changeset patch # User Meredith Howard # Date 1614285973 21600 # Node ID 796aae0de126eb8e6cc7b3d6e79c2c2e5be0dac6 # Parent 3b53619431ed2b78e4a5fb8152d310a0fc318971 update for data-printer 1.0 diff --git a/.replyrc.pl b/.replyrc.pl --- a/.replyrc.pl +++ b/.replyrc.pl @@ -1,7 +1,7 @@ use lib glob('~/.lib/perl5'); -use Data::Printer { - filters => {-external => ['JSON', 'URI']}, +use Data::Printer 1.0 { + filters => ['JSON', 'URI'], class => {show_methods => 'public', inherited => 'public'}, };