Codebase list libmarc-spec-perl / 109d769
2.0.1 Carsten Klee 6 years ago
10 changed file(s) with 11 addition(s) and 9 deletion(s). Raw diff Collapse all Expand all
11
22 {{$NEXT}}
33
4 2.0.1 2017-12-12 15:33:38 CET
5 - removed DPP dependencyy in test
46 2.0.0 2017-12-12 13:46:21 CET
57 - new class Indicator (conforms to MARCspec 0.16beta)
68 1.0.0 2017-05-11 13:43:22 CEST
6363 "web" : "https://github.com/MARCspec/MARC-Spec"
6464 }
6565 },
66 "version" : "2.0.0",
66 "version" : "2.0.1",
6767 "x_contributors" : [
6868 "Carsten Klee <carsten.klee@sbb.spk-berlin.de>",
6969 "Carsten Klee <cKlee@users.noreply.github.com>",
33 use Moo;
44 use namespace::clean;
55
6 our $VERSION = '2.0.0';
6 our $VERSION = '2.0.1';
77
88 has raw => (
99 is => 'rwp',
44
55 extends 'MARC::Spec::Structure';
66
7 our $VERSION = '2.0.0';
7 our $VERSION = '2.0.1';
88
99 has tag => (
1010 is => 'rw',
33 use Carp qw(croak);
44 use namespace::clean;
55
6 our $VERSION = '2.0.0';
6 our $VERSION = '2.0.1';
77
88 has position => (
99 is => 'rw',
1111
1212 use namespace::clean;
1313
14 our $VERSION = '2.0.0';
14 our $VERSION = '2.0.1';
1515
1616 has spec => (
1717 is => 'rw',
44 use Carp qw(croak);
55 use namespace::clean;
66
7 our $VERSION = '2.0.0';
7 our $VERSION = '2.0.1';
88
99 const my $NO_LENGTH => -1;
1010 const my $LAST => '#';
22 use Moo;
33 use namespace::clean;
44
5 our $VERSION = '2.0.0';
5 our $VERSION = '2.0.1';
66
77 extends 'MARC::Spec::Structure';
88
22 use Moo;
33 use namespace::clean;
44
5 our $VERSION = '2.0.0';
5 our $VERSION = '2.0.1';
66
77 has left => (
88 is => 'rw',
44 use MARC::Spec::Parser;
55 use namespace::clean;
66
7 our $VERSION = '2.0.0';
7 our $VERSION = '2.0.1';
88
99 has field => (
1010 is => 'rw',