~ubuntu-branches/ubuntu/trusty/libsub-install-perl/trusty-proposed

« back to all changes in this revision

Viewing changes to t/pod.t

  • Committer: Package Import Robot
  • Author(s): Damyan Ivanov, Salvatore Bonaccorso, Damyan Ivanov
  • Date: 2013-10-18 23:15:26 UTC
  • mfrom: (1.1.5) (2.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20131018231526-q4b4wc5sb98b76nk
Tags: 0.927-1
* Team upload

[ Salvatore Bonaccorso ]
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
* Change search.cpan.org based URIs to metacpan.org based URIs

[ Damyan Ivanov ]
* New upstream release
* upstream homepage moved to github
* claim conformance with Policy 3.9.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
use Test::More;
2
 
eval "use Test::Pod 1.14";
3
 
plan skip_all => "Test::Pod 1.14 required for testing POD"
4
 
        if $@;
5
 
all_pod_files_ok();