Nick Wellnhofer created LUCY-287:
------------------------------------

             Summary: Mismatch between required Clownfish versions
                 Key: LUCY-287
                 URL: https://issues.apache.org/jira/browse/LUCY-287
             Project: Lucy
          Issue Type: Bug
          Components: Perl bindings
    Affects Versions: 0.4.3, 0.4.2, 0.4.1
            Reporter: Nick Wellnhofer
            Assignee: Nick Wellnhofer


In Lucy.cfp, we currently have (0.4 branch):

{noformat}
    "prerequisites": {
        "Clownfish": "v0.4.3"
    }
{noformat}

In Build.PL, we have:

{noformat}
    requires           => {
        'perl'      => '5.8.3',
        'Clownfish' => undef,
    },
{noformat}

This can cause build failures if a Clownfish version older than 0.4.3 is 
already installed (see CPAN Testers). We should either

* update the CPAN requirement to 0.4.3, or
* downgrade the CFP requirement to 0.4.0.

I'm leaning toward the latter solution. API-wise, Lucy 0.4.3 is compatible with 
Clownfish 0.4.0.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to