-
Hi,
I am trying to fetch the list of category members and I am not sure that module is working.
This command
```
catmandu convert MediaWiki --url https://cs.wikipedia.org/w/api.php --generate ca…
-
Culprit test is `t/20-xslt.t`
Not exactly sure why, but I expect some of the example oai archives used
are no longer there.
-
I see the following (new?) test failure on my smokers:
```
Can't locate Catmandu/FileBag/Index.pm in @INC (you may need to install the Catmandu::FileBag::Index module) (@INC contains: ... .) at /opt…
-
The current importer doesn't seem to support the bulk DataImportHandler method to add data to a Solr index in bulk. Pushing data record by record is a slow, error-prone process since it seems to re-tr…
-
But only if it works. The current Docker File/ Container for Catmandu is quite fragile. Catmandu::OAI does not deploy because it lacks based libraries and those are core (lib XSLT DEV guys, c'mon!)
…
-
Command "cpanm Catmandu" shows problems/errors (!) with the installation.
By Anne and Sabrina
-
- Catmandu::OAI imports records with fields `_id`, `_identifier`, `_datestamp`, `_status`, `_setSpec`, `_about` and `_metadata`.
- Catmandu::SRU imports records with fields `recordSchema`, `recordPack…
-
When running tests on perl 5.22.0 I get this error:
```
Dubious, test returned 255 (wstat 65280, 0xff00)
All 1 subtests passed
Can't use string ("102333412") as a HASH ref while "strict refs" in…
-
When a Catmandu::HTTPError is thrown, the message property of the error is an undef. This causes the Flash module to break. We should add code that processes the Catmandu::HTTPError properly.
-
`add_field()` and `set_field()` are going to be equivalent with #308, but according to [Catmandu's documentation](https://metacpan.org/pod/Catmandu::Fix::set_field) `set_field()` "will not create the …