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

0.06 2013-03-10T10:37:42

    - Depend to latest Devel::PatchPerl
      It removes dependency for IPC::Cmd.
      (tokuhirom)

0.05 2013-02-01T15:00:50

    commit 1d9912144703e31079ac71f56e0616af4bddee77
    Author: Syohei YOSHIDA <syohex@gmail.com>
    Date:   Wed Jan 30 13:58:05 2013 +0900

    Fixed for parsing command line arguments

      - Loop for @D, @A, @U makes no sense
      - Remove '--' if @ARGV contains it(See also Getopt::Long document).

0.04 2013-01-24T12:19:57

    - switch to HTTP::Tiny
      (tokuhirom)

0.03

    - support relative path to install tar ball
      (tokuhirom)

0.02

    - more documentations

0.01    Sat Jan 12 17:18:43 2013
    - original version