kasei / attean

A Perl Semantic Web Framework
19 stars 10 forks source link

Minimal IRI version mismatch #118

Closed ppisar closed 6 years ago

ppisar commented 6 years ago

lib/Attean/IRI.pm:34 loads IRI 0.004, but Makefile.PL declares minimal version as 0.005. It looks like one of the numbers is wrong.

kasei commented 6 years ago

use IRI 0.004 doesn't "load IRI 0.004", but merely ensures that the loaded version is not lower than 0.004. That being said, I'll try to go through and align versions like this with the current requirements in the makefile. Thanks.