Group
Extension

Matches 1

Koha-Contrib-ARK ( F/FR/FREDERICD/Koha-Contrib-ARK-1.1.2.tar.gz, FREDERICD, 2024; MetaCPAN )
Koha-Contrib-ARK/lib/Koha/Contrib/ARK.pm ( view source; MetaCPAN )
ABSTRACT: ARK Management
$Koha::Contrib::ARK::VERSION = '1.1.2';
use Moose;
use Modern::Perl;
use JSON;
use DateTime;
use Try::Tiny;
use Koha::Contrib::ARK::Reader;
use Koha::Contrib::ARK::Writer;
use
cord} = $record;
    $current->{biblionumber} = $biblio->biblionumber;
    $current->{before} = tojson($record) if $self->debug;
    $current->{ark} = $self->build_ark($biblio->biblionumber, $record);
 dump_explain {
    my $self = shift;

    open my $fh, '>:encoding(utf8)', 'koha-ark.json';
    print $fh to_json($self->explain, { pretty => 1 });
}


sub BUILD {
    my $self = shift;

    my $tz =

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.