summaryrefslogtreecommitdiffstats
path: root/t/lib/02/Bar/Conflicts/Good3.pm
blob: 88b542e4d235202a0b59026603218c5a62628d53 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
package Bar::Conflicts::Good3;
use strict;
use warnings;

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

1;