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

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

1;