diff options
| author | Francois Perrad <fperrad@gmail.com> | 2018-10-06 18:55:16 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-10-08 12:09:43 +0200 |
| commit | c8136d8fb24835b00096a3200e30ccc70a1fd13f (patch) | |
| tree | 9c6fe51e0e39def4915d9c3b68d32699c4b0abc5 /utils | |
| parent | fe66b114a2fa15ee805df618fe98acd0aea3a6d9 (diff) | |
| download | buildroot-c8136d8fb24835b00096a3200e30ccc70a1fd13f.tar.gz buildroot-c8136d8fb24835b00096a3200e30ccc70a1fd13f.zip | |
perl-extutils-installpaths: new package
Only the host variant is added, which is needed as a dependency of
perl-module-build-tiny (host), itself needed for
perl-apache-logformat-compiler (target).
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'utils')
| -rwxr-xr-x | utils/scancpan | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/scancpan b/utils/scancpan index 35bbeab1bb..21c391fac5 100755 --- a/utils/scancpan +++ b/utils/scancpan @@ -528,6 +528,7 @@ my $ua = HTTP::Tiny->new(); my %white_list = ( 'ExtUtils-Config' => 1, + 'ExtUtils-InstallPaths' => 1, 'ExtUtils-Helpers' => 1, 'Module-Build' => 1, 'Module-Build-Tiny' => 1, |

