Your IP : 216.73.216.1


Current Path : /usr/share/doc/perl-MooseX-AttributeHelpers/t/
Upload File :
Current File : //usr/share/doc/perl-MooseX-AttributeHelpers/t/zzz-check-breaks.t

use strict;
use warnings;

# this test was generated with Dist::Zilla::Plugin::Test::CheckBreaks 0.016

use Test::More tests => 2;

SKIP: {
    eval 'require Moose::Conflicts; Moose::Conflicts->check_conflicts';
    skip('no Moose::Conflicts module found', 1) if not $INC{'Moose/Conflicts.pm'};

    diag $@ if $@;
    pass 'conflicts checked via Moose::Conflicts';
}

pass 'no x_breaks data to check';