diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-07 17:54:04 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-07 17:54:04 (GMT) |
commit | 16a043fed17ea05b6d6ca012ff09b71008562790 (patch) | |
tree | 86b6ccfe6c79f7671304d3b8f921eb706fe9778f /abs/core/perl/ChangeLog | |
parent | 4cf4de0fd9895bae9713f28ab85983c3900ca0fc (diff) | |
download | linhes_pkgbuild-16a043fed17ea05b6d6ca012ff09b71008562790.zip linhes_pkgbuild-16a043fed17ea05b6d6ca012ff09b71008562790.tar.gz linhes_pkgbuild-16a043fed17ea05b6d6ca012ff09b71008562790.tar.bz2 |
perl 5.16
Diffstat (limited to 'abs/core/perl/ChangeLog')
-rw-r--r-- | abs/core/perl/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/abs/core/perl/ChangeLog b/abs/core/perl/ChangeLog index ef05507..9add39e 100644 --- a/abs/core/perl/ChangeLog +++ b/abs/core/perl/ChangeLog @@ -1,3 +1,30 @@ +2011-06-22 Angel Velasquez <angvp@archlinux.org> + * Added a patch for ExtUtils doesnt overwrite CFLAGS and LDFLAGS + * Fixed #FS22197, FS#22441, FS#24767 + * Rebuilt perl 5.14.1-2 against db 5.2.28 + +2011-06-16 Angel Velasquez <angvp@archlinux.org> + * Fixed #FS24660 + * Rebuilt against db 5.2.28 + +2011-05-16 Angel Velasquez <angvp@archlinux.org> + * perl 5.14.0 + * Removed patch for h2ph warning from 5.12.3 + * Removed provides array, you can use corelist -v 5.14.0 to know the + modules included with the perl core, through Module::CoreList (thx j3nnn1 + for the tip) + +2010-11-07 kevin <kevin@archlinux.org> + + * perl 5.12.2-1 + - Using /usr/bin/*_perl for script directories + +2010-11-06 kevin <kevin@archlinux.org> + + - Removed otherlibdirs directive from Configure + - Removed /usr/*/perl5/site_perl/5.10.1 from INC + - Finally removed legacy dirs /usr/lib/perl5/current and + /usr/lib/perl5/site_perl/current from @INC 2010-05-23 kevin <kevin@archlinux.org> |