File: build_environment.t

package info (click to toggle)
liburi-ws-perl 0.03-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 168 kB
  • sloc: perl: 15; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
use strict;
use warnings;
use Test::More tests => 1;

SKIP: {
  eval q{ use Dist::Zilla::PluginBundle::Author::Plicease };
  skip '[@Plicease] is not installed', 1 if $@;
  ok $Dist::Zilla::PluginBundle::Author::Plicease::VERSION >= 0.7, '[@Plicease] >= 0.7';
}