Stuff with the Perl Foundation. A couple of patches in the Perl core. A few CPAN modules. That about sums it up.
On our system:
$ find lib -name '*.pm'|wc -l
662
Just loading the classes, prior to connecting to the database (we've verified this):
$ time perl -MPIPs -e 1
real 0m23.528s
user 0m20.149s
sys 0m0.340s
23 seconds. While Test::Aggregate makes this pain go away when running a bunch of tests, the stereotypical tweak, test, tweak, test, tweak, test development cycle sort of grinds to a halt.
Speeding DBIx::Class (Score:1)
Waiting on the Road to Eventually, I lost my Place On Line
Re: (Score:1)
Re: (Score:2)
That's what we already do, but I'm not doing it on my pet project [github.com], though.