File: style_no_tabs.t

package info (click to toggle)
libclass-data-accessor-perl 0.04002-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 192 kB
  • ctags: 127
  • sloc: perl: 1,722; makefile: 43
file content (15 lines) | stat: -rw-r--r-- 373 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!perl -wT
# $Id: /local/Class-Data-Accessor/t/style_no_tabs.t 1369 2007-05-06T03:54:57.072053Z claco  $
use strict;
use warnings;

BEGIN {
    use Test::More;

    plan skip_all => 'set TEST_AUTHOR to enable this test' unless $ENV{TEST_AUTHOR};

    eval 'use Test::NoTabs 0.03';
    plan skip_all => 'Test::NoTabs 0.03 not installed' if $@;
};

all_perl_files_ok('lib');