File compat.dif of Package perl-Diff-LibXDiff
--- ./lib/Diff/LibXDiff.pm.orig 2016-12-12 10:42:23.732466398 +0000 +++ ./lib/Diff/LibXDiff.pm 2016-12-12 10:42:31.074441671 +0000 @@ -55,7 +55,7 @@ LibXDiff is the basis of the diff engine require Exporter; require DynaLoader; -use Carp::Clan; +use Carp; our @ISA = qw/Exporter DynaLoader/; our @EXPORT_OK = qw//; --- ./t/01-diff.t.orig 2016-12-12 10:42:07.405521383 +0000 +++ ./t/01-diff.t 2016-12-12 10:42:37.907418658 +0000 @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::Most; +use Test::More; plan qw/no_plan/; --- ./t/02-patch.t.orig 2016-12-12 10:42:16.828489649 +0000 +++ ./t/02-patch.t 2016-12-12 10:42:42.059404675 +0000 @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::Most; +use Test::More; plan qw/no_plan/;