X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Ftestlib%2FLazy.pm;h=b30c34b88b17ec975dc1269ea3f7e47a236e72be;hb=b5045510074f2f3eaf43dd79492f40733629fa42;hp=74dc069cc2007fca4a02247752d2dff310e7bb0a;hpb=ea2e61bf5bb7187dc5e56513cd66c272d71d5074;p=dbsrgits%2FDBIx-Class.git diff --git a/t/testlib/Lazy.pm b/t/testlib/Lazy.pm index 74dc069..b30c34b 100644 --- a/t/testlib/Lazy.pm +++ b/t/testlib/Lazy.pm @@ -1,4 +1,5 @@ -package Lazy; +package # hide from PAUSE + Lazy; BEGIN { unshift @INC, './t/testlib'; } use base 'DBIx::Class::Test::SQLite';