update for data-printer 1.0

Thu, 25 Feb 2021 14:46:13 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 25 Feb 2021 14:46:13 -0600
changeset 894
796aae0de126
parent 893
3b53619431ed
child 895
5dc2a52cb495

update for data-printer 1.0

.replyrc.pl file | annotate | diff | comparison | revisions
--- 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'},
 };
 

mercurial