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

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

1;