~ubuntu-branches/ubuntu/trusty/libnet-openssh-perl/trusty

« back to all changes in this revision

Viewing changes to t/2_pods.t

  • Committer: Package Import Robot
  • Author(s): Florian Schlichting
  • Date: 2012-02-22 23:35:55 UTC
  • Revision ID: package-import@ubuntu.com-20120222233555-j839vhem3058ewpx
Tags: upstream-0.57
ImportĀ upstreamĀ versionĀ 0.57

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/perl
 
2
 
 
3
use strict;
 
4
use Test::More;
 
5
 
 
6
plan skip_all => "Only the author needs to check that POD docs are right"
 
7
    unless eval "no warnings; getlogin eq 'salva'";
 
8
 
 
9
eval "use Test::Pod 1.00";
 
10
plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
 
11
 
 
12
all_pod_files_ok( all_pod_files( qw(blib) ) );