X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Frelationship%2Fafter_update.t;h=7ec8d005adb8f55e15d8034f2474bb50358aa44f;hb=9aae35666a35bad290f55e574d053a074c1d6757;hp=aaf730099e74b36529ec7d900f101d95f83f38e1;hpb=fd30f112753ccadd44937c71f386a6aba47a0bee;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/relationship/after_update.t b/t/relationship/after_update.t index aaf7300..7ec8d00 100644 --- a/t/relationship/after_update.t +++ b/t/relationship/after_update.t @@ -1,7 +1,5 @@ -#!/usr/bin/perl -w - use strict; -use warnings; +use warnings; use Test::More; use lib qw(t/lib);