X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2Fpodcoverage.t;h=40041acfb6fb0316a56de1fdbd1fba5783f6af44;hb=95252a8cb02e0d6fb5914d02a782bd3e1b20c882;hp=71ec4de495c71b530aa0208a50eb0e57e6cbe87d;hpb=a0c96f2461b2a46b242b8432deb0ad88880f73cd;p=dbsrgits%2FDBIx-Class.git diff --git a/xt/podcoverage.t b/xt/podcoverage.t index 71ec4de..40041ac 100644 --- a/xt/podcoverage.t +++ b/xt/podcoverage.t @@ -3,7 +3,7 @@ use strict; use Test::More; use List::Util 'first'; -use lib qw(t/lib .generated_pod); +use lib qw(t/lib maint/.Generated_Pod); use DBICTest; use namespace::clean;