.dataprinter

changeset 262
85dcaca3a0b0
parent 260
52b31c74fe37
--- 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' ],
   }
 };

mercurial