diff options
author | Jesús <heckyel@hyperbola.info> | 2020-03-02 11:01:18 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-03-02 11:01:18 -0500 |
commit | 30292e8da17c9ef68840a6da23f655a717d7a41f (patch) | |
tree | e9877e1202eb2f3cc82f4c95d9fc4f2d1b173db5 /Build.PL | |
parent | 0c6b88b1e851b3aae7ecaeb909d4fc5b8404679d (diff) | |
download | fair-viewer-30292e8da17c9ef68840a6da23f655a717d7a41f.tar.lz fair-viewer-30292e8da17c9ef68840a6da23f655a717d7a41f.tar.xz fair-viewer-30292e8da17c9ef68840a6da23f655a717d7a41f.zip |
Workaround for List::Util < 1.45
Diffstat (limited to 'Build.PL')
-rwxr-xr-x | Build.PL | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -57,7 +57,6 @@ my $builder = Module::Build->new( 'File::ShareDir' => 0, 'Storable' => 0, 'Digest::MD5' => 0, - 'List::Util' => 1.43, ) : (), }, |