David and Ingy try to get the weekly report out by Saturday night each week, in order to make the Perl Weekly cut. Last week and this week, Saturday drifted into Sunday. Last week was due to unexpected visitors and this week Ingy was wiped out after his Pittsburgh Perl Workshop talk:
https://www.youtube.com/watch?v=vDRLIjojlhg
We had several great days of hacking this week. The goal was to get a fully working Acme::Math::XS
, with these properties:
Inline::Module
Makefile.PL
perl Makefile.PL && make test
works author sideprove -lv t/
works (the same) author sidemake dist
builds a dist that:
inc/
)This is consistent with what we said we'd do in last week's report. We got this 90% done, and released a new Acme::Math::XS
.
The next steps are:
Inline::Module
good enough for a perfect Acme::Math::XS
After that, the grant goals will be mostly satisfied, and we will finish this one up!