Revision history for Alien-unibilium

0.11    2014/01/04 22:12:06
        [CHANGES]
         * Allow wrapping of existing system library or installing bundled one

0.10    CHANGES:
         * Repack upstream tarball after removing GNUmakefile that should not
           have appeared

0.09    CHANGES:
         * Updated for unibilium v1.1.0
         * Bugfix to LIBTOOL argument passing to make

0.08    CHANGES:
         * Try to detect GNU make and GNU libtool by probing, rather than
           hardcoding what is the likely command on each OS type.

0.07    CHANGES:
         * A better implementation of the three 'check' style veersion testing
           ExtUtils::PkgConfig methods

0.06    BUGFIXES:
         * Fixes for cygwin:
            + GNU make is just called "make"
            + Close written .pc file before trying to rename() it

0.05    BUGFIXES:
         * Don't hardcode libdir into .pm file, discover it by @INC search
         * Rewrite file paths in .pc file relative to libdir - should allow
           for relocatable installs that work both from blib/ and real
           installation location

0.04    BUGFIXES:
         * Bake real installation libdir into built .pm file rather than
           build-time blib/ dir

0.03    CHANGES:
         * Updated for unibilium v1.0.1

0.02    CHANGES:
         * GNU libtool is called 'glibtool' on Darwin
         * Build dependencies need to be listed as configure_requires

0.01    First version, released on an unsuspecting world.