summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/perl-module-pluggable-search.patch
Commit message (Collapse)AuthorAge
* gnu: perl-module-pluggable: Fix perms on patch.Eric Bavier2018-01-09
| | | | | * gnu/packages/patches/perl-module-pluggable-search.patch: Remove executable bit.
* gnu: Add perl-module-pluggable.Eric Bavier2016-01-20
| | | | | | | | This Perl module was moved out of Perl core in v5.19.0. * gnu/packages/perl.scm (perl-module-pluggable): New variable. * gnu/packages/patches/perl-module-pluggable-search.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it.
* gnu: perl: Update to 5.22.0.Ludovic Courtès2015-12-13
| | | | | | | | | | | | | * 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.
* gnu: perl: Fix Module::Pluggable for symlink forests.Eric Bavier2015-04-22
* gnu/packages/patches/perl-module-pluggable-search.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/perl.scm (perl)[source]: Add patch.