The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for App-Bootstrap-Perl

0.07      2012-09-14
        - simplify path prefix back

0.06      2012-09-14
        - allow to override defaults from --perlformance
        - do not throw away versions built with --blead

0.05      2012-09-04
        - use Pinto-based mirror for --perlformance(-report)

0.04      2012-08-29
        - use Task::PerlFormance now instead of Bundle::
        - with --blead skip build of same existing version
          (but still benchmark again with --perlformance)

0.03      2012-08-24
        - Dist::Zilla roundhouse kick
        - fix unsafe git clean
        - faster CPAN index expiration
        - force Benchmark::Perl::Formance
        - try hard on some essential modules
        - drop dysfunctional way of CPAN configuring
        - disable SQLite for CPAN.pm
        - don't insist on Safe
        - work around the work-around with symlinks
        - rework filename scheme
        - rework git version details
        - more 5.9.x handling but without success on lots of CPAN deps
        - rebuild on missing metainfo utils
        - executable names always 2 minor digits
        - add libssl-dev to Debian deps
        - new options
          --(no)forcecpancfg
            # force cpan (re)config
          --(no)cpan
            # force cpan install
          --perlformance
            # shortcut for Perl::Formance
          --perlformance-report
            # +report results
          --blead
            # for easier micro-tracking
          --run
            # run scripts at end
          --runargs=...
            # args to run scripts
          --installprefs=debian
            # apt-get install known Debian deps

0.02      2012-01-06
        - distro maintenance

0.01      2011-12-05
        - initial public version