Subject: | Fails with perl 5.21.x: "UNIVERSAL does not export anything" |
The test suite fails when running under perl 5.21.3:
# Failed test 'use Geo::GDAL;'
# at t/gdal.t line 2.
# Tried to use 'Geo::GDAL'.
# Error: UNIVERSAL does not export anything at /usr/local/src/CPAN/build/Geo-GDAL-1.90-GCvt1x/blib/lib/Geo/GDAL.pm line 913.
# BEGIN failed--compilation aborted at /usr/local/src/CPAN/build/Geo-GDAL-1.90-GCvt1x/blib/lib/Geo/GDAL.pm line 913.
# Compilation failed in require at t/gdal.t line 2.
# BEGIN failed--compilation aborted at t/gdal.t line 2.
Undefined subroutine &Geo::GDAL::VSIFOpenL called at t/gdal.t line 58.
# Looks like you failed 1 test of 1.
# Looks like your test exited with 255 just after 1.
t/gdal.t ..