Description of problem: Lingua::EN::Numbers 2.00 dropped support for the legacy OO interface which this module still uses. Version-Release number of selected component (if applicable): perl-Lingua-EN-Numbers-Easy-2009110701-8.fc22 How reproducible: Always Steps to Reproduce: 1. Try to build or use the package in any way Actual results: It's totally borked. Expected results: It works. Additional info: I think replacing ($n = Lingua::EN::Numbers-> new)->parse($value) with num2en($value) should do the trick. However, I haven't tested this.
1. Latest upstream release is ~5 years old 2. No other package requires this any more => I suggest retiring. Any objections?
It's your package, your call. The fix is trivial, though...
The thing is, is anyone using this package at all? Nothing depends on it. The fix might be trivial, but I don't want to end up patching code I don't really understand just for the sake of a life of a package nobody uses. So I will orphan this package and if anybody want to, they can pick it and patch it.
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
Created attachment 963643 [details] Abandon the OO interface