]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1054175 - Exclude Bugzilla::Migrate:: from requiring POD documentation
authorSimon Green <sgreen@redhat.com>
Tue, 2 Sep 2014 00:23:03 +0000 (10:23 +1000)
committerSimon Green <sgreen@redhat.com>
Tue, 2 Sep 2014 00:23:03 +0000 (10:23 +1000)
r=gerv, a=sgreen

t/011pod.t

index 588db1fc5c3d096250353f3f8b29f6f5adeba420..8620b94d5956530b94cf2d9e7b455e71c2baa6a9 100644 (file)
@@ -48,6 +48,7 @@ use constant MODULE_WHITELIST => qw(
     Bugzilla::Config::
     Bugzilla::Extension::
     Bugzilla::Job::
+    Bugzilla::Migrate::
 );
 
 # Capture the TESTOUT from Test::More or Test::Builder for printing errors.