2013.04.12 in #90Keeping an eye on request duration
tinita shows us how to monitor and graph the request durations of a web application via munin and a crafty little perl script (natch).
2015.01.13 in #182FindBin is fixed
Following on from a comment made in Buddy's article (above), Tina pointed out that a key bug in FindBin was fixed in Perl 5.16, so make sure you're running a recent enough version of FindBin.
2017.05.21 in #304The (YAML and Perl Toolchain) Summits
Two reports for the price of one! Before the toolchain summit, Tina and Ingy had a YAML summit in Berlin. At the toolchain summit Tina worked with Ingy on the YAML module, and other YAML tools.
2017.11.03 in #328YAML::PP Grant Report October 2017
Tina describes the latest work done under her YAML grant. If you want to know more about YAML, YAML modules, and Tina's work, she's talking about them at LPW.
2017.12.01 in #332YAML::PP Grant Report
Tina has been working hard on YAML-related work including presenting at the LPW. She reports on a number of improvements, and other grant-related activity.
2018.05.11 in #355YAML.pm 1.25 Changelog
This release contains a lot of little bug fixes, so make sure you test your code with this module before you install it in production.
2019.05.06 in #407YAML and more at the Perl Toolchain Summit 2019
Among many things, a security issue was fixed and Tina mentions that you should not use the default YAML loader on untrusted data. Is this really common knowledge?
2019.06.18 in #413Better Shell Completion for Your Tools
Tina continued to work on her App::Spec module and also created a collection of generated completion scripts for bash and zsh.