~ubuntu-branches/ubuntu/trusty/libnet-idn-encode-perl/trusty

« back to all changes in this revision

Viewing changes to t/11pod_cover.t

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2014-01-02 21:31:56 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20140102213156-a04axyrp7mt0h15w
Tags: 2.100-1
* Team upload.
* New upstream release.
* Update build dependencies.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
plan skip_all => "Test::Pod::Coverage required for testing POD coverage" if $@;
6
6
 
7
7
plan tests => 3;
8
 
pod_coverage_ok('Net::IDN::Encode', 'Net::IDN::Encode is covered by POD' );
 
8
pod_coverage_ok('Net::IDN::Encode', { 'trustme' => [ qr/^IsIDNA/ ] }, 'Net::IDN::Encode is covered by POD', );
9
9
pod_coverage_ok('Net::IDN::Punycode', 'Net::IDN::Punycode is covered by POD' );
10
10
pod_coverage_ok('Net::IDN::UTS46', { 'trustme' => [ qr/^(to_ascii|to_unicode|mapping)$/ ] });