~ubuntu-branches/ubuntu/trusty/libjifty-dbi-perl/trusty

« back to all changes in this revision

Viewing changes to t/99-tabs.t

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Yu
  • Date: 2011-03-01 20:29:12 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20110301202912-pvf5r3de3vqp40w0
Tags: 0.67-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
use Test::More;
 
2
plan skip_all => "Tab tests only run for authors" unless (-d 'inc/.author');
 
3
 
 
4
eval "use Test::NoTabs 1.00";
 
5
plan skip_all => "Test::NoTabs 1.00 required for testing POD coverage" if $@;
 
6
 
 
7
all_perl_files_ok('lib', 't');