# HG changeset patch # User Meredith Howard # Date 1456210618 18000 # Node ID 85dcaca3a0b0ad467accd1389b4d08c2ce54101b # Parent 6254589972e691ae676da80b968e12ed2fec817b use existing DDP filters diff --git a/.dataprinter b/.dataprinter --- a/.dataprinter +++ b/.dataprinter @@ -1,8 +1,5 @@ { filters => { - 'JSON::PP::Boolean' => sub { ${$_[0]} ? 'true': 'false' }, - 'Mojo::JSON::_Bool' => sub { ${$_[0]} ? 'true': 'false' }, - 'URI::http' => sub { "URI<$_[0]>" }, - 'URI::https' => sub { "URI<$_[0]>" }, + -external => [ 'JSON', 'URI' ], } }; diff --git a/bin/homedir-cpan-mods b/bin/homedir-cpan-mods --- a/bin/homedir-cpan-mods +++ b/bin/homedir-cpan-mods @@ -11,6 +11,8 @@ experimentals Reply Data::Printer +Data::Printer::Filter::JSON +Data::Printer::Filter::URI Carp::Always Proc::InvokeEditor B::Keywords