DEBSOURCES
Skip Quicknav
sources / libdist-checkconflicts-perl / 0.11-2 / t / lib / warn / Foo / Conflicts.pm
12345678910
package Foo::Conflicts; use strict; use warnings; use Dist::CheckConflicts -conflicts => { 'Foo::Thing' => 0.01, }; 1;