File: notabs.t

package info (click to toggle)
libcatalyst-plugin-authentication-perl 0.10024-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 508 kB
  • sloc: perl: 1,531; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 122 bytes parent folder | download
1
2
3
4
5
6
7
8
9
use strict;
use warnings;

use File::Spec;
use FindBin ();
use Test::More;
use Test::NoTabs;

all_perl_files_ok(qw/lib/);