perl-Module-Build - Perl module for building and installing Perl modules
Website: | http://www.perl.org/ |
---|---|
License: | GPL+ or Artistic |
Vendor: | Scientific Linux CERN, http://cern.ch/linux |
- Description:
Module::Build is a system for building, testing, and installing Perl modules. It is meant to be an alternative to ExtUtils::MakeMaker. Developers may alter the behavior of the module through subclassing in a much more straightforward way than with MakeMaker. It also does not require a make on your system - most of the Module::Build code is pure-perl and written in a very cross-platform way. In fact, you don't even need a shell, so even platforms like MacOS (traditional) can use it fairly easily. Its only prerequisites are modules that are included with perl 5.6.0, and it works fine on perl 5.005 if you can install a few additional modules.
Packages
perl-Module-Build-0.3500-144.el6.x86_64 [230 KiB] |
Changelog
by Petr Pisar (2016-11-03):
- Fix duplicating PerlIO::encoding when spawning threads (bug #1390907) |
perl-Module-Build-0.3500-141.el6_7.1.x86_64 [229 KiB] |
Changelog
by Petr Pisar (2015-09-16):
- Fix CRLF conversion in ASCII FTP upload (bug #1267920) |
perl-Module-Build-0.3500-141.el6.x86_64 [229 KiB] |
Changelog
by Petr Pisar (2015-03-13):
- Enable tests on s390, s390x, and ppc64 (bug #1201191) |
perl-Module-Build-0.3500-136.el6_6.1.x86_64 [229 KiB] |
Changelog
by Petr Pisar (2014-11-06):
- Make *DBM_File desctructors thread-safe (bug #1161103) |
perl-Module-Build-0.3500-136.el6.x86_64 [228 KiB] |
Changelog
by Jitka Plesnikova (2013-08-05):
- Resolves: #991852 - Fix perl segfaults with custom signal handle |
perl-Module-Build-0.3500-131.el6_4.x86_64 [227 KiB] |
Changelog
by Petr Pisar (2013-03-11):
- Resolves: #948227 - Move format to prototyped subroutine properly |
perl-Module-Build-0.3500-130.el6_4.x86_64 [227 KiB] |
Changelog
by Petr Pisar (2013-03-04):
- Resolves: #915692 - CVE-2012-5526 (newline injection due to improper CRLF escaping in Set-Cookie and P3P headers) - Resolves: #915692 - CVE-2012-6329 (possible arbitrary code execution via Locale::Maketext) - Resolves: #915692 - CVE-2013-1667 (DoS in rehashing code) |
perl-Module-Build-0.3500-129.el6.x86_64 [227 KiB] |
Changelog
by Petr Pisar (2012-12-04):
- Related: #720644 - Do not wrap count argument of Perl_repeatcpy() on i386 |
perl-Module-Build-0.3500-127.el6.x86_64 [227 KiB] |
Changelog
by Petr Pisar (2012-04-30):
- Resolves: rhbz#817480 - Enable usesitecustomize - Resolves: rhbz#817549 - Fix t/io/errno.t test |
perl-Module-Build-0.3500-119.el6_1.1.x86_64 [227 KiB] |
Changelog
by Marcela Mašláňová (2011-10-04):
- 731246 (CVE-2011-2939)CVE-2011-2939 heap overflow - decoding Unicode string - 743010 - perl: code injection vulnerability in Digest->new() - Resolves: rhbz#743090, rhbz#743092 |
perl-Module-Build-0.3500-119.el6.x86_64 [226 KiB] |
Changelog
by Marcela Mašláňová (2011-04-19):
- 692862 - lc launders tainted flag, CVE-2011-1487 - make SOURCE1 executable, because it missed +x in brew - Resolves: rhbz#692862 |