X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBM%2FDeep%2FArray.pm;h=73babc58ccc7553f4d4e21ad52391aec8afbc117;hb=065b45be4e413444714f0b35aa9653e10753118b;hp=6c83b270aacf304f55668f25c0e4603aab4ebb82;hpb=08164b508aa23d2bc2e4e074973315d5bc6808cf;p=dbsrgits%2FDBM-Deep.git diff --git a/lib/DBM/Deep/Array.pm b/lib/DBM/Deep/Array.pm index 6c83b27..73babc5 100644 --- a/lib/DBM/Deep/Array.pm +++ b/lib/DBM/Deep/Array.pm @@ -3,9 +3,7 @@ package DBM::Deep::Array; use 5.006_000; use strict; -use warnings; - -our $VERSION = q(1.0012); +use warnings FATAL => 'all'; # This is to allow DBM::Deep::Array to handle negative indices on # its own. Otherwise, Perl would intercept the call to negative