parse_term_from_string() subroutine in lib/AtteanX/Parser/Turtle.pm and lib/AtteanX/Parser/NTuples.pm contains this code:
sub parse_term_from_string {
carp "parse_term_from_string is deprecated and will be removed in Attean 0.022 (use parse_term_from_bytes instead)";
return shift->parse_term_from_bytes(@_);
}
The warning about deprecation mentions a version and the version always matches the Attean release number. I believe this a mistake caused by a version massupdate.
parse_term_from_string() subroutine in lib/AtteanX/Parser/Turtle.pm and lib/AtteanX/Parser/NTuples.pm contains this code:
The warning about deprecation mentions a version and the version always matches the Attean release number. I believe this a mistake caused by a version massupdate.