diff options
author | Francois Perrad <fperrad@gmail.com> | 2018-12-02 17:53:09 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-12-03 13:30:29 +0100 |
commit | 6f94a68bb285163fc4903578ab8e035365b9a500 (patch) | |
tree | 4899d3448b1e51d94050db09ba7d776e988a8c1b /package/perl/0001-fix-the-generated-subdirectory-Makefiles.patch | |
parent | aa7ad9b7983ca0237499159c2f8774bbac35af60 (diff) | |
download | buildroot-6f94a68bb285163fc4903578ab8e035365b9a500.tar.gz buildroot-6f94a68bb285163fc4903578ab8e035365b9a500.zip |
package/perl: bump to version 5.28.1
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/perl/0001-fix-the-generated-subdirectory-Makefiles.patch')
-rw-r--r-- | package/perl/0001-fix-the-generated-subdirectory-Makefiles.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/perl/0001-fix-the-generated-subdirectory-Makefiles.patch b/package/perl/0001-fix-the-generated-subdirectory-Makefiles.patch index 71560c5e0c..178c7baa5b 100644 --- a/package/perl/0001-fix-the-generated-subdirectory-Makefiles.patch +++ b/package/perl/0001-fix-the-generated-subdirectory-Makefiles.patch @@ -16,7 +16,7 @@ diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm b/cpan/ExtUtils-M index d579256e86..48642e98fa 100644 --- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm +++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm -@@ -703,7 +703,7 @@ END +@@ -702,7 +702,7 @@ END } if ($self->{PARENT}) { $self->{PARENT}->{CHILDREN}->{$newclass} = $self; |