Changelogging.
[gitmo/Class-MOP.git] / t / pod_coverage.t
index 7569358..eb119fd 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;
 
@@ -8,4 +6,4 @@ use Test::More;
 eval "use Test::Pod::Coverage 1.04";
 plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
 
-all_pod_coverage_ok();
+all_pod_coverage_ok( { trustme => [ qr/compatability/ ] } );