Subject: | Does not compile anymore with 5.21.x (defined @array) |
Running the test suite with perl 5.21.3 fails:
# Failed test 'use Geo::Query::LatLong;'
# at t/Geo-Query-LatLong.t line 9.
# Tried to use 'Geo::Query::LatLong'.
# Error: Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at /tmpfs/.cpan-build/Geo-Query-LatLong-0.8011-HqR_zv/blib/lib/Geo/Query/LatLong.pm line 72.
# Compilation failed in require at t/Geo-Query-LatLong.t line 9.
# BEGIN failed--compilation aborted at t/Geo-Query-LatLong.t line 9.
# Looks like you failed 1 test of 1.
t/Geo-Query-LatLong.t ..