-
To serialize consistently
-
@nics could you release the the current version on cpan, please?
the same for DPC::OAI
the given-when stuff throws a lot of logs in my perl version ("experimental")
vpeil updated
9 years ago
-
With YAML::XS, which is preferred by YAML::Any, the YAML importer fails when importing UTF-8 YAML files:
```
$ echo "umlaut: Ü" | catmandu convert YAML
YAML::XS::Load Error: The problem:
invalid…
-
As partly implemented in Catmandu::Importer::RDF
-
Some YAML readers expect this, see http://yaml.org/spec/1.2/spec.html#id2760395
Current output
```
$ catmandu convert Mock --size 2 to YAML
---
n: 0
---
n: 1
```
expected output
```
---
n: 0
..…
-
Catmandu::Fix::pica_map is useful for Catmandu fixes but processing in raw Perl requires some helper methods, e.g.:
```
use Catmandu -all;
my %mapping = (
'010@a' => 'language',
'003A$0', => …
-
pulled from `Module::CPANTS::Kwalitee::Uses.pm`
Catmandu::Sane
Moo::Role
MooseX::Role::Parameterized
Role::Tiny
Thanks!
\- Mike
-
see https://github.com/LibreCat/Catmandu-MARC/commit/344e9f27f3664b6236bc5d92280dbc85f0d7d1f4
jorol updated
10 years ago
-
See https://github.com/gbv/Catmandu-PICA/blob/master/t/07-data.t#L29
-
The plan: Create bag-it for long-term preservation as planned for [SAFE PLN](http://www.safepln.org/).
It would be nice to have a Bagit-Creation-module (also for people in other contexts). Maybe a a v…
vpeil updated
10 years ago