diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-12-12 22:14:57 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-12-13 11:28:54 +0100 |
commit | 4de35074833742e45237464bb1727ce1a55f3336 (patch) | |
tree | 99681e951acc7044923e51aea8093781f83620bd /gnu-system.am | |
parent | 4165fda29dcab7ae0a4cdb11d88dfe80a21c9c1d (diff) | |
download | patches-4de35074833742e45237464bb1727ce1a55f3336.tar patches-4de35074833742e45237464bb1727ce1a55f3336.tar.gz |
gnu: perl: Update to 5.22.0.
* gnu/packages/perl.scm (perl)[source]: Update to 5.22.0. Remove
"perl-module-pluggable-search.patch" since Module::Pluggable appears to
be gone.
[arguments] <configure-phase>: Adjust Cwd.pm file name. Replace
-std=c89 with -std=gnu89.
* gnu/packages/commencement.scm (perl-boot0): Add 'disable-pthreads'
phase.
* gnu/packages/patches/perl-no-sys-dirs.patch: Update.
* gnu/packages/patches/perl-module-pluggable-search.patch: Remove.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu-system.am b/gnu-system.am index 14b8fdf501..1db9d51ca2 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -617,7 +617,6 @@ dist_patch_DATA = \ gnu/packages/patches/perl-autosplit-default-time.patch \ gnu/packages/patches/perl-finance-quote-unuse-mozilla-ca.patch \ gnu/packages/patches/perl-gd-options-passthrough-and-fontconfig.patch \ - gnu/packages/patches/perl-module-pluggable-search.patch \ gnu/packages/patches/perl-net-amazon-s3-moose-warning.patch \ gnu/packages/patches/perl-net-ssleay-disable-ede-test.patch \ gnu/packages/patches/perl-no-sys-dirs.patch \ |