Alien-Base
view release on metacpan or search on metacpan
Revision history for Perl module Alien::Base.
0.042 2017-05-23 14:40:02 -0400
- Add diagnostics for when temp directory is not writable
This manifests itself on Windows sometimes
- Configure step will fail if temp directory is not writable
0.041 2017-04-02 18:00:52 -0400
- Fix some minor metadata
- Require Alien-Base-ModuleBuild 0.040 to ensure the separated
version.
0.040 2017-03-29 01:30:46 -0400
- Spin off Alien::Base::ModuleBuild into the separate distribution
Alien-Base-ModuleBuild
- Alien::Base::ModuleBuild is a prerequisite, but will be removed
on October 1, 2017, so you need to update your Build.PL so that
Alien::Base::ModuleBuild is a configure requires.
0.038 2017-03-06 00:16:18 -0500
- Production release identical to 0.035_01 release
0.037_02 2017-03-05 03:20:00 -0500
- Additional fixex for t/yy-system_installed.t
0.037_01 2017-03-03 05:29:54 +1100
- cflags and cflags_static were flipped in 0.035_01 is now fixed
(should fix gh#183)
0.036 2017-02-27 03:28:36 -0500
- Production release identical to 0.035_01 release
0.035_01 2017-02-15 04:41:31 -0500
- Add support for Alien::Build (plicease #181)
0.034 2017-02-15 04:30:35 -0500
- Fixed regression introduced in 0.032 which broke repos as array
reference
0.032 2017-02-09 13:36:07 -0500
- Automatically add SSL modules as prereqs if we can tell with
certainity that we will need to use HTTP::Tiny with SSL (plicease
gh#178)
- Add environment override of repository settings (gh#180 nshp++)
0.031 2017-01-28 08:11:06 -0500
- Production release identical to 0.030_02 release
0.030_02 2017-01-25 06:25:26 -0500
- Added a version method to Alien::Base.
- Improved diagnostic when no files can be found on an attempted share install
- A number of documentation improvements, as well as several new FAQs
- Tests were failing on OpenBSD to do idiosyncratic pkg-config on that
platform. There is now a work around in the test for these idiosyncrasies.
0.030_01 Wed Nov 23, 2016
- Fix test suite to handle it when . is not in @INC
0.030 Mon Oct 31, 2016
- Production release identical to 0.029_01 release
0.029_01 Fri Oct 21, 2016
- Fixed example in documentation for ExtUtil::MakeMaker
- Fixed bug in test suite with where multiple users installing
AB could cause failures
- Added interface for overriding config.site variables
see alien_extra_site_config
0.029 Thu Jun 16, 2016
- Production release identical to 0.028_01 release
- This is the "Happy Captain Picard Day" Release.
0.028_01 Tue Jun 14, 2016
- Fixed bug where a colon (:) and equal sign (=) can confuse pkg-config
parser (dakkar++ gh#165)
0.028 Mon Mar 14, 2016
- Production release identical to 0.027_03 release
0.027_03 Wed Mar 9, 2016
- Updated documentation to recommend the use of Alien::Base::ModuleBuild
as a configure_requires. PLEASE UPDATE YOUR Build.PL FILES!
- Fixed bug where missing trailing slash when used with exact_filename
would cause a failure (plicease gh#161, gh162)
- Documentation fix in FAQ (plicease gh#159,gh#160)
- Added compatability for Alien::Builder (plicease gh#158, see also gh#157)
0.019_01 Mon Jul 6, 2015
- Improved documentation: added a FAQ at Alien::Base::FAQ
- Added helpers for source code builds see
Alien::Base#alien_helper
and
Alien::Base::ModuleBuild::API#alien_helper
for details
0.019 Fri Jun 5, 2015
- Production release identical to 0.018_02 release
0.018_02 Wed Jun 3, 2015
- Fix test suite for Cygwin
0.018_01 Tue May 26, 2015
- Added alien_arch option for non-homogeneous environments with shared @INC
(for example AFS) (plicease gh#119)
0.018 Tue May 26, 2015
- alien_stage_install is now on by default
(first production release for this to be the case)
0.017 Fri Apr 24, 2015
- Identical to 0.016_02 release, except alien_stage_install is
OFF by default (it was turned on for dev release 0.016_01,
and will be turned back on or after May 25).
0.016_02 Fri Apr 24, 2015
- Fix bug where ConfigData.pm was not updated after install to blib
(plicease gh#121)
0.016_01 Tue Apr 22, 2015
- alien_stage_install is now on by default
0.016 Tue Apr 22, 2015
- Production release identical to 0.015_03 release
0.015_03 Mon Apr 20, 2015
- Fixed bug related to absolute URL (polettix++ gh#116)
0.015_02 Fri Apr 17, 2015
- On OS X use install_name_tool to more reliably relocate dynamic libraries
on that platform (plicease gh#115)
0.015_01 Fri Apr 17, 2015
- Add alien_stage_install option for Alien::Base::ModuleBuild
see Alien::Base::ModuleBuild::API for details (plicease gh#114)
- alien_stage_install is default for PPM builds
0.015 Tue Mar 17, 2015
- Production release identical to 0.014_01 release
0.014_01 Fri Mar 13, 2015
- Generate config.site for autoconfigure source installs (plicease gh#113)
0.014 Feb 25, 2015
- Production release identical to 0.012_01 release
0.012_01 Feb 24, 2015
- Prefer and require PkgConfig.pm over pkg-config on 64 solaris
If pkg-config is used it will likely be giving flags for 32 bit libs
(plicease gh#110)
- Allow for relocation of Alien-Base based dists.
(plicease gh#111)
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
( run in 0.953 second using v1.01-cache-2.11-cpan-63c85eba8c4 )