realflash / perl-dancer2-serializer-xml

Perl Module Dancer2::Serializer::XML
GNU General Public License v3.0
0 stars 1 forks source link

Default options have no effect #2

Open realflash opened 6 years ago

realflash commented 6 years ago

The default value of xml_options is not a hash with serialize and deserialize keys as the code is expecting, so it has no effect.

Be careful that fixing this doesn't change the actual default values used by the underlying XML modules - are the defaults that are there the real defaults?