PerlDancer / Dancer2

Perl Dancer Next Generation (rewrite of Perl Dancer)
http://perldancer.org/
Other
543 stars 273 forks source link

Bugfix: mutable serializer & yaml dsl helpers loading depencendies. #1575

Closed veryrusty closed 3 years ago

veryrusty commented 3 years ago

🎄 ADD: Advent Driven Development 🎄

The easy part:

The core tries hard to not load YAML.pm when it is not needed. This makes it possible to call the to/from yaml DSL methods without YAML loaded leading to silent serialization failures. Those helpers are also used by the mutable serializer.

Resolves #1568.

cromedome commented 3 years ago

:+1: Nice work!

cromedome commented 3 years ago

Merged! Thanks!