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

use Dist::CheckConflicts
    -conflicts => {
        'Bar::Also::Also' => 0.12,
    };

1;