Skip Menu |

This queue is for tickets about the Geo-GDAL CPAN distribution.

Report information
The Basics
Id: 98223
Status: resolved
Priority: 0/
Queue: Geo-GDAL

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.90
Fixed in: (no value)



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 ..
On Thu Aug 21 04:38:10 2014, SREZIC wrote: Show quoted text
> 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 ..
ok. The current version of Geo::GDAL in GDAL distribution is 1.992 and it does not use UNIVERSAL. I guess I should update the CPAN version.
On Thu Aug 21 04:56:35 2014, AJOLMA wrote: Show quoted text
> On Thu Aug 21 04:38:10 2014, SREZIC wrote:
> > 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 ..
> > ok. The current version of Geo::GDAL in GDAL distribution is 1.992 and > it does not use UNIVERSAL. I guess I should update the CPAN version.
reseolved with new version