Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-ExtUtils-CBuilder | Distribution: SUSE Linux Enterprise 15 SP6 |
Version: 0.280236 | Vendor: openSUSE |
Release: bp156.3.1 | Build date: Sat Jul 22 11:24:08 2023 |
Group: Unspecified | Build host: sheep88 |
Size: 100821 | Source RPM: perl-ExtUtils-CBuilder-0.280236-bp156.3.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://metacpan.org/release/ExtUtils-CBuilder | |
Summary: Compile and link C code for Perl modules |
This module can build the C portions of Perl modules by invoking the appropriate compilers and linkers in a cross-platform manner. It was motivated by the 'Module::Build' project, but may be useful for other purposes as well. However, it is _not_ intended as a general cross-platform interface to all your C building needs. That would have been a much more ambitious goal!
Artistic-1.0 OR GPL-1.0-or-later
* Sun Feb 14 2021 Tina Müller <timueller+perl@suse.de> - updated to 0.280236 see /usr/share/doc/packages/perl-ExtUtils-CBuilder/Changes 0.280236 - 2021-02-12 Fix: - Remove image-base generation on Win32/gcc and instead use GCC's built-in `--enable-auto-image-base` linker option. * Mon Nov 02 2020 Tina Müller <timueller+perl@suse.de> - updated to 0.280235 see /usr/share/doc/packages/perl-ExtUtils-CBuilder/Changes 0.280235 - 2020-11-01 Fix: - Fix compilation on darwin with XCode 12 (-Werror=implicit-function-declaration) Thanks to DrHyde for the patch. * Wed Jan 22 2020 <timueller+perl@suse.de> - updated to 0.280234 see /usr/share/doc/packages/perl-ExtUtils-CBuilder/Changes 0.280234 - 2020-01-21 Update: - Updated standalone module from blead. * Wed Apr 03 2019 Stephan Kulow <coolo@suse.com> - updated to 0.280231 see /usr/share/doc/packages/perl-ExtUtils-CBuilder/Changes 0.280231 - 2019-03-31 Fixed: - Protected RE interpolation in Base.pm * Thu Nov 23 2017 coolo@suse.com - updated to 0.280230 see /usr/share/doc/packages/perl-ExtUtils-CBuilder/Changes 0.280230 - 2017-11-22 Fixed: - Updated Changes - Used OurPkgVersion instead of PkgVersion 0.280229 - 2017-10-13 Fixed: - Remove dependency to 'vars' package. 0.280228 - 2017-07-20 Fixed: - Fix link() on Windows, broken in version 0.280226. 0.280227 - 2017-07-19 Fixed: - Restore compatibility of test suite to Perl 5.6. * Sat Jul 15 2017 coolo@suse.com - updated to 0.280226 see /usr/share/doc/packages/perl-ExtUtils-CBuilder/Changes * Sat Oct 10 2015 coolo@suse.com - updated to 0.280224 see /usr/share/doc/packages/perl-ExtUtils-CBuilder/Changes 0.282224 - 2015-10-09 Enhancements: - Use warnings/strict on all modules. * Sun Jun 07 2015 coolo@suse.com - updated to 0.280223 see /usr/share/doc/packages/perl-ExtUtils-CBuilder/Changes 0.280223 - 2015-06-02 Fixed: - Impose deterministic order on cpp-definition options. Heretofore, ExtUtils::CBuilder put cpp-definition options into the cc command line in non-deterministic order. This produced noise when diffing build logs. Make this order deterministic. (RT #124106) Added: - Add tests for ascii-betical order in t/04-base.t. * Tue Apr 14 2015 coolo@suse.com - updated to 0.280220 see /usr/share/doc/packages/perl-ExtUtils-CBuilder/Changes 0.280220 - 2014-09-27 Fixed: - Added missing 'use Config' from 'android.pm' (thanks Debian community) 0.280219 - 2014-09-01 Fixed: - Fixed regression on Android (thanks to Brian Fraser) 0.280218 - 2014-09-01 Fixed: - Mispelled 'starup' key in BCC support was fixed. #79574 - Fixed the version in the PM file (thanks to Jim Keenan) 0.280217 - 2014-08-22 Fixed: - Quoted perl path for Windows support #98245 [Alberto Simões] 0.280216 - 2014-03-07 Added: - Android support [Brian Fraser and Piotr Roszatycki] Fixed: - Teach ExtUtils::CBuilder to handle mod2fname properly [Brian Fraser] 0.280212 - 2013-09-08 Fixed: - Reversion all modules. 0.280211 - 2013-09-08 Fixed: - Missing dependency Perl::OSType [Leon Timmermans] - Fixed repository location [Alberto Simões] 0.280210 - 2013-09-06 Fixed: - Update INSTALLDIRS to favor installation under 'site' (perl 116479) [James E Keenan] 0.280209 - 2012-10-20 (Perl v5.17.5) Fixed: - Allow options to be passed to prelink in Windows (perl #115100) [Eric Brine] 0.280208 - 2012-06-20 (Perl v5.17.1) Fixed: - Corrected location in which manifest file is looked for on Windows (RT#35943, perl #111798) [snaury@gmail.com] 0.280207 (Not released) Fixed: - Corrected test for existence of manifest file on Windows (perl #111782) [Steve Hay] 0.280206 - 2012-03-20 (Perl v5.15.9) Documented: - Added a SUPPORT section to indicate that upstream is Perl 5 core * Tue Jun 11 2013 coolo@suse.com - rebuild for perl 5.18
/usr/lib/perl5/vendor_perl/5.26.1/ExtUtils /usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/CBuilder /usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/CBuilder.pm /usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/CBuilder/Base.pm /usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/CBuilder/Platform /usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/CBuilder/Platform/Unix.pm /usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/CBuilder/Platform/VMS.pm /usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/CBuilder/Platform/Windows /usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/CBuilder/Platform/Windows.pm /usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/CBuilder/Platform/Windows/BCC.pm /usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/CBuilder/Platform/Windows/GCC.pm /usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/CBuilder/Platform/Windows/MSVC.pm /usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/CBuilder/Platform/aix.pm /usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/CBuilder/Platform/android.pm /usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/CBuilder/Platform/cygwin.pm /usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/CBuilder/Platform/darwin.pm /usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/CBuilder/Platform/dec_osf.pm /usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/CBuilder/Platform/os2.pm /usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi /usr/share/doc/packages/perl-ExtUtils-CBuilder /usr/share/doc/packages/perl-ExtUtils-CBuilder/CONTRIBUTING /usr/share/doc/packages/perl-ExtUtils-CBuilder/Changes /usr/share/doc/packages/perl-ExtUtils-CBuilder/NOTAS-Alberto /usr/share/doc/packages/perl-ExtUtils-CBuilder/README /usr/share/doc/packages/perl-ExtUtils-CBuilder/README.mkdn /usr/share/doc/packages/perl-ExtUtils-CBuilder/README.patching /usr/share/doc/packages/perl-ExtUtils-CBuilder/README.release /usr/share/licenses/perl-ExtUtils-CBuilder /usr/share/licenses/perl-ExtUtils-CBuilder/LICENSE /usr/share/man/man3/ExtUtils::CBuilder.3pmc.gz /usr/share/man/man3/ExtUtils::CBuilder::Platform::Windows.3pmc.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Mar 9 14:56:22 2025