X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Ftestlib%2FOtherFilm.pm;h=5d9710174bfafce22c8c76194a9eeffd43260f57;hb=2359353990ae5b1961bb9585cfa915cf0cee5642;hp=2e78316d61f04eb12795630191bae54fc3a886bb;hpb=ea2e61bf5bb7187dc5e56513cd66c272d71d5074;p=dbsrgits%2FDBIx-Class.git diff --git a/t/testlib/OtherFilm.pm b/t/testlib/OtherFilm.pm index 2e78316..5d97101 100644 --- a/t/testlib/OtherFilm.pm +++ b/t/testlib/OtherFilm.pm @@ -1,4 +1,5 @@ -package OtherFilm; +package # hide from PAUSE + OtherFilm; use strict; use base 'Film';