X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=perl%2Ft%2F006-pod-coverage.t;h=65bb4c2ca881a5703fe540d32169e6cd5e7c63d5;hb=0b5f08137825803b3a9d3afe05a7462a6b652144;hp=61e7b96f7c1c3c75fee57156c84fb82931e6417f;hpb=3431f397d34740fcd3a2d6f94d03af6e5f8f1a36;p=libguestfs.git diff --git a/perl/t/006-pod-coverage.t b/perl/t/006-pod-coverage.t index 61e7b96..65bb4c2 100644 --- a/perl/t/006-pod-coverage.t +++ b/perl/t/006-pod-coverage.t @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use Test::More; use strict; @@ -23,5 +23,6 @@ eval "use Test::Pod::Coverage 1.00"; plan skip_all => "Test::Pod::Coverage 1.00 required for testing POD" if $@; all_pod_coverage_ok ({ also_private => [ qr/^test0.*/, - qr/^debug.*/ ] + qr/^debug.*/, + qr/^internal.*/ ] });