.dataprinter

changeset 260
52b31c74fe37
child 262
85dcaca3a0b0
new file mode 100644
--- /dev/null
+++ b/.dataprinter
@@ -0,0 +1,8 @@
+{
+  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]>"  },
+  }
+};

mercurial