Christopher Gutteridge
Christopher Gutteridge
A resourceList is a list of Graphite Nodes which can include literals (and inverse relations). Maybe fix this in documentation rather than mess around with the class name?
There may be a need to use a 'natural' sort which sorts numbers numerically so http://id.example.org/1/foo http://id.example.org/5/foo http://id.example.org/11/foo sort in that order. Alphabetic would give: http://id.example.org/1/foo http://id.example.org/11/foo http://id.example.org/5/foo
It would be nice if $new_list = $resource_list->sort() with no paramters just used the toString() of the list items themselves.
based on some rules to be decided, but getting dangerously close to xpath so might be worth checking existing standards.
I'm a bit rusty, but in https://github.com/eprints/eprints/blob/master/perl_lib/EPrints/Plugin/Import/TextFile.pm#L15 should it be disabling ...::Import::TextFile rather than Import?