-
```
http://localhost:5001/oai?verb=ListRecords&resumptionToken=
```
Gives:
```(JSON)
{
exception: "Catmandu::Error",
error: "Template error: : not found Trace begun at /opt/librecat/local/l…
-
The test suite started to fail on my smoker systems:
```
# Failed test at t/Catmandu-Importer-SRU.t line 45.
# Structures begin differing at:
# $got = ARRAY(0x493ed138)
# $expe…
-
e.g.
`catmandu convert Null to YAML --fix "set_field('foo', '1234.')"` will yield:
```yaml
---
foo: 1234
...
```
These values do work correctly:
* .1234.
* d1234.
* 1234.d
* 1234d.
…
-
To read data out of the error messages of JSON::Validator internal HASH keys are used and not the documented JSON::Validator::Error methods. This brakes the code in JSON::Validator 3.15 which has …
-
see also https://github.com/LibreCat/LibreCat/issues/823
vpeil updated
5 years ago
-
On my smoker systems:
```
Output from './Build test':
Passed malformed URL: http://[::1]:46249/?version=1.1&operation=searchRetrieve&query=value&recordSchema=oai_dc&startRecord=1&maximumRecords=1…
-
@nichtich @jorol
Asterisk * as a wildcard is not common in Catmandu paths. Is there a problem by dropping it and use dots only?
I know, it's a breaking change ... Make it version 1.x then?
s…
cKlee updated
5 years ago
-
```
rm -rf local cpan.snapshot
carton
make test
.
.
.
t/Catmandu/Plugin/DynamicChecksum.t (Wstat: 65280 Tests: 5 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan f…
-
From a user perspective, I would like to call the cross function with a separator as 4th argument, so that multiple values (separated by a custom separator, e.g. ␟) in an input cell get "crossed".
…
-
When no output is written (e.g. the IO is connected to /dev/null) the BagIt complains about unitialized values.
```
Use of uninitialized value $n in addition (+) at /opt/librecat/local/lib/perl5/C…