From: Peter Rabbitson Date: Mon, 12 Mar 2012 06:48:29 +0000 (+0100) Subject: Fix t/inflate/datetime.t warning on older perls X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=273f4cea093bcd9bd1e78993eac30fb4cc6b4666;p=dbsrgits%2FDBIx-Class-Historic.git Fix t/inflate/datetime.t warning on older perls --- diff --git a/t/inflate/datetime.t b/t/inflate/datetime.t index fe35c0e..14a2ce0 100644 --- a/t/inflate/datetime.t +++ b/t/inflate/datetime.t @@ -8,7 +8,7 @@ use lib qw(t/lib); use DBICTest; # so user's env doesn't screw us -undef $ENV{DBIC_DT_SEARCH_OK}; +delete $ENV{DBIC_DT_SEARCH_OK}; my $schema = DBICTest->init_schema();