Codebase list libcpan-meta-perl / 2e8a72b
assert minimum version needed for upgrade_fragment() If this distribution is downgraded to before CPAN::Meta::Merge existed, other code depending on CPAN::Meta::Merge won't know that other required components are missing. Adding the version check gives a less cryptic error message. Karen Etheridge 9 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
55
66 use Carp qw/croak/;
77 use Scalar::Util qw/blessed/;
8 use CPAN::Meta::Converter;
8 use CPAN::Meta::Converter 2.141170;
99
1010 sub _identical {
1111 my ($left, $right, $path) = @_;