[Koha-bugs] [Bug 13642] Adding new features for Dublin Core metadata

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 11 00:00:51 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13642

--- Comment #21 from Robin Sheat <robin at catalyst.net.nz> ---
(In reply to Héctor Eduardo Castro Avalos from comment #20)
> Since long time that I'm working with the code, I forgot how to install
> RDF::Trine and the missed dependencies. I did a fresh installation for
> document all this dependencies.

That looks not too bad.

> But there exist a problem with List::Util and RDF::Trine, these modules
> launch an error when you try to install them.

List::Util is included in core perl, you shouldn't be installing it manually.

> So the only way to install this module is manually, i.e., download the
> tar.gz from search.cpan.org.

Why do you need to install it manually?

> Then you can install cpanm RDF::Trine and the module will upgrade.

More importantly, I need to know if the versions specified in the dependencies
are actually the minimum versions. If the code can handle lower versions of
those modules, then things will be a lot easier. For example, there is already
a librdf-trine-perl module. Why aren't you using that?

> PS. I'm working with debian stable (wheezy)

We also need to support debian oldstable (squeeze) for the moment.

We can't have people using cpanm, if this is to go in to Koha, we need the
dependencies produced too. I can do that, but I need a more information, mostly
about what _really_ the minimum version numbers that are allowable are.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list