Bump Clownfish::CFC depedency Make sure that CPAN Testers use Clownfish::CFC 0.5.1.
Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/a6d6d498 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/a6d6d498 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/a6d6d498 Branch: refs/heads/0.5 Commit: a6d6d4982b00692745b88b643ee6ccb37b6b5456 Parents: a66ab38 Author: Nick Wellnhofer <[email protected]> Authored: Thu Apr 14 15:06:50 2016 +0200 Committer: Nick Wellnhofer <[email protected]> Committed: Thu Apr 14 15:06:50 2016 +0200 ---------------------------------------------------------------------- perl/Build.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy/blob/a6d6d498/perl/Build.PL ---------------------------------------------------------------------- diff --git a/perl/Build.PL b/perl/Build.PL index 34d438e..84533c8 100644 --- a/perl/Build.PL +++ b/perl/Build.PL @@ -55,7 +55,7 @@ my $builder = Lucy::Build->new( 'ExtUtils::ParseXS' => 2.18, 'Devel::PPPort' => 3.14, 'Clownfish' => 0.005000, - 'Clownfish::CFC' => 0.005000, + 'Clownfish::CFC' => 0.005001, }, meta_merge => { keywords => [qw( search lucy lucene )], }, meta_add => {
