X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2Ffooters.t;h=9882b52a554b23af9f424be879f835527a59311b;hb=1af6b9688df2a5474d08c04419518cb3cb8656d9;hp=7132857c6aabc5ba3ab51bcc18134eb8c90c6a06;hpb=a2bd379666d729133d65c85dc775627937084b18;p=dbsrgits%2FDBIx-Class.git diff --git a/xt/footers.t b/xt/footers.t index 7132857..9882b52 100644 --- a/xt/footers.t +++ b/xt/footers.t @@ -23,7 +23,6 @@ find({ return unless -f $fn; return unless $fn =~ / \. (?: pm | pod ) $ /ix; - return if $fn =~ qr{\Qlib/DBIx/Class/_TempExtlib/}; my $data = do { local (@ARGV, $/) = $fn; <> };