Alien-Build

 view release on metacpan or  search on metacpan

Changes.Alien-Base  view on Meta::CPAN


0.012  Feb 22, 2015
  - Fix bug introduced in 0.011 where bin_dir dies when install_type=system

0.011  Feb 22, 2015
  - Production release identical to 0.010_01 release

0.010_01  Feb 21, 2015
  - When installed from source (install_type=share) if the share directory is
    missing it is now a fatal exception.  (plicease gh#108)

0.010  Feb 17, 2015
  - Production release identical to 0.009_04 release

0.009_04  Feb 16, 2015
  - Test fix for Microsoft Visual C++

0.009_03  Feb 15, 2015
  - Improved FFI support

0.009_02  Feb 4, 2015
  - Added diagnostics for Alien authors to help in diagnosing common configuration problems.

0.009_01  Jan 27, 2015
  - Added './Build alien_fakebuild' command which shows you what would be executed without actually doing it (plicease gh#102)

0.009  Jan 27, 2015
  - Production release identical to 0.008_01 release

0.008_01  Jan 26, 2015
  - Allow multiple argument system calls for alien_build_commands and alien_install_commands (plicease gh#103)

0.008  Jan 16, 2015
  - Production release identical to 0.007_01 release

0.007_01  Jan 12, 2015
  - Add support for https repositories (zmughal++ gh#98)

0.007  Jan 8, 2015
  - Production release identical to 0.006_03 release

0.006_03  Jan 8, 2015
  - (optional) inline tests now require Acme::Alien::DontPanic 0.010
    older versions do not do a link test, and we want that type of failure reported there, not here

0.006_02  Jan 7, 2015
  - alien_bin_requires only become build_requires if Alien::Base::ModuleBuild determines
    a source build is necessary (plicease gh#96)
  - On MSWin32, Alien::MSYS is only injected a prereq if Alien::Base::ModuleBuild determines
    a source build is necessary and autoconf is detected (plicease gh#96)

0.006_01  Nov 14, 2014
  - Add support for Alien::Base dynamic_libs method for system installs
    (previously only share install was supported)
    This adds FFI::CheckLib as a prereq.

0.006  Oct 14, 2014
  - Production release identical to 0.005_07 release

0.005_07  Oct 13, 2014
  - commands are printed as they are executed for easier debugging (plicease gh#91)
  - c_compiler_required repository option (default on)

0.005_06  Sep 30, 2014
  - ExtUtils::Depends integration (plicease gh#85, gh#87)
  - added alien_check_built_version method to Alien::Base::ModuleBuild (plicease gh#83, gh#89)

0.005_05  Sep 29, 2014
  - fix regression in test on MSWin32 introduced in 0.005_04

0.005_04  Sep 28, 2014
  - added alien_bin_requires property to Alien::Base::ModuleBuild (plicease gh#84, gh#88)
  - added alien_msys property to Alien::Base::ModuleBuild (plicease gh#86)

0.005_03  Sep 23, 2014
  - Inline tests requires Inline 0.56 (skip elsewise)
  - Document Inline 0.56 or better required for Inline integration

0.005_02  Sep 23, 2014
  - silence Archive::Extract deprecation warning
    (we explicitly specify it as a prereq)
  - remove accidental undeclared dependency on YAML introduced in 0.005_01
  - fixed test failures introduced in 0.005_01

0.005_01  Sep 22, 2014
  - fixes with static library detection when pkg-config is not available (plicease gh#79, gh#75)
  - support for Inline 'with' (plicease gh#71, gh#77, gh#78)
  - fix prereqs for Text::ParseWords and PkgConfig (plicease gh#73, gh#70)

0.005  Sep 11, 2014
  - improved documentation coverage

0.004_05  Sep 09, 2014
  - additional use / instead of \ on MSWin32 (plicease gh#68)

0.004_04  Sep 09, 2014
  - fixed test error introduced in 0.004_03 expressed on cygwin (plicease gh#67)

0.004_03  Sep 09, 2014
  - added support for destdir (plicease gh#65, gh#39)
  - no longer attempt to dl_load static libraries, which aside from being
    wrong was triggering a dialog warning in windows (plicease gh#64)
  - use / instead of \ on MSWin32 (plicease gh#64)

0.004_02  Sep 04, 2014
  - fixed MSWin32 specific bug introduced in 0.004_01 (plicease gh#59)
  - use pure perl PkgConfig as an alternative to pkg-config if the latter
    is not provided by operating system (plicease gh#61)
  - support SHA-1/256 sum checks for downloads (vikasnkumar++ gh#33, gh#60)

0.004_01  Sep 04, 2014
  - Libraries in the share directory are preferred over the system library
    if that is what was used during install of the Alien module (plicease++ gh#22)
  - Better handling of paths on Windows (zmughal++ gh#41)
  - Fix test failure when pkg-config is not available (mohawk2++ gh#44)
  - Support for autotools on Windows (MSWin32, but not cygwin) (plicease++ gh#46)
  - Alien::MSYS will be injected as a build_requires on Windows if autotools is detected
  - "%c" can now be used as a platform independent way of running autotool based
    "configure" script
  - The new default for build uses "%c" instead of "%pconfigure"
  - Added property alien_isolate_dynamic which allows an Alien author to



( run in 1.198 second using v1.01-cache-2.11-cpan-119454b85a5 )