X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Frelationship%2Fdoesnt_exist.t;h=b68d08364d7c0c79b29cfa189e389abe56807e0e;hb=416e0bc0624a788f9e6389790b5beb20ced77a43;hp=d440b529ff96d750f1970e93f425160fdb72406f;hpb=fd30f112753ccadd44937c71f386a6aba47a0bee;p=dbsrgits%2FDBIx-Class.git diff --git a/t/relationship/doesnt_exist.t b/t/relationship/doesnt_exist.t index d440b52..b68d083 100644 --- a/t/relationship/doesnt_exist.t +++ b/t/relationship/doesnt_exist.t @@ -1,7 +1,5 @@ -#!/usr/bin/perl -w - use strict; -use warnings; +use warnings; use Test::More; use lib qw(t/lib);