Tatsumaki 0.1001
Tatsumaki 0.1001 is on CPAN.
I deprecated the over Moosification, especially the use of MooseX::NonMoose in Tatsumaki::Request and Response, made Tatsumaki roll much faster, giving 1300 QPS (which was 900 QPS) on my MacBook. Also switched to use Any::Moose, so all dependencies are now pure perl by default with XS for speedups. It’s a big step for the micro framework we could target next, much like Sinatra for Ruby but with no real external dependencies. (I don’t count pure perl dependencies as external, since we can always bundle them in extlib like I do for Remedie)