Dancer2
Dancer2 copied to clipboard
Future improvements to mutable serializer
As @bigpresh mentions in #1457, there are concerns with the implementation of the mutable serializer as will be released in .207000:
- Should we make case-insensitive comparisons of content type?
- Should
Data::Dumper
be dropped from the serializer mapping? - Code repetition in tests should be eliminated.