summaryrefslogtreecommitdiffstats
path: root/t/lib/03/Bar/Conflicts/Bad3.pm
blob: be23e3c530905973cecc66c6e1ff43a0cda02abf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
package Bar::Conflicts::Bad3;
use strict;
use warnings;

use Dist::CheckConflicts
    -dist => 'Bar',
    -conflicts => {
        'Bar::Three' => '0.01',
    };

1;