Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed Aug 28, 2023
2 parents fbb6d8e + 5e67dd4 commit 3ee299e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/PICA/Schema.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ our $VERSION = '2.11';
use Scalar::Util qw(reftype);
use Storable qw(dclone);
use List::Util qw(pairs);
use PICA::Data;
use PICA::Error;

use Exporter 'import';
our @EXPORT_OK
= qw(field_identifier check_value clean_pica parse_subfield_schedule);

require PICA::Data;
require PICA::Error;

sub new {
my ($class, $schema) = @_;
cleanup_field_schedule($schema->{fields});
Expand Down

0 comments on commit 3ee299e

Please sign in to comment.