Mercurial
>
hg
>
mhoward
>
dotfiles
/ file comparison
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
latest
revisions
annotate
diff
comparison
raw
comparison: .dataprinter
.dataprinter
changeset 260
52b31c74fe37
child 262
85dcaca3a0b0
equal
deleted
inserted
replaced
259:3ea35d31175b
260:52b31c74fe37
1
{
2
filters => {
3
'JSON::PP::Boolean' => sub { ${$_[0]} ? 'true': 'false' },
4
'Mojo::JSON::_Bool' => sub { ${$_[0]} ? 'true': 'false' },
5
'URI::http' => sub { "URI<$_[0]>" },
6
'URI::https' => sub { "URI<$_[0]>" },
7
}
8
};