File: kwalitee.t

package info (click to toggle)
libnet-rendezvous-publish-backend-avahi-perl 0.04-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 176 kB
  • ctags: 5
  • sloc: perl: 200; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 241 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
#!perl

# This test is generated by Dist::Zilla::Plugin::Test::Kwalitee
use strict;
use warnings;
use Test::More;   # needed to provide plan.
eval "use Test::Kwalitee";

plan skip_all => "Test::Kwalitee required for testing kwalitee" if $@;