Revisions of perl-MARC-Record
Stephan Kulow (coolo)
accepted
request 498244
from
Stephan Kulow (coolo)
(revision 10)
automatic update
Lars Vogdt (lrupp)
committed
(revision 9)
- update to 2.0.6: [ENHANCEMENTS] - MARC::Field->as_string() now accepts an optional second parameter to specify the delimiter to use between subfields. (Tomas Cohen Arazi) - MARC::Field->delete_subfield() can now accept a regexp to specify the subfields to remove. For example, to remove all numeric subfields, one can say: $field->delete_subfield(code => qr/\d/); [FIXES] - the warnings pragma is now used throughout MARC::Record - $field->as_string('0') now returns the contents of subfield $0 rather than the contents of all of the subfields in the field. - RT#88421: add newline after printing warnings (Jason Stephenson) - RT#85804: fix spelling glitch (Gregor Herrmann) - re-enabled make test
Stephan Kulow (coolo)
committed
(revision 8)
remove vendor
Stephan Kulow (coolo)
committed
(revision 7)
Stephan Kulow (coolo)
committed
(revision 6)
new macros
Stephan Kulow (coolo)
committed
(revision 5)
- remove /var/adm/perl-modules - remove /var/adm/perl-modules - remove /var/adm/perl-modules - remove /var/adm/perl-modules - remove /var/adm/perl-modules - remove /var/adm/perl-modules - remove /var/adm/perl-modules - remove /var/adm/perl-modules - remove /var/adm/perl-modules - remove /var/adm/perl-modules - remove /var/adm/perl-modules - remove /var/adm/perl-modules - remove /var/adm/perl-modules - remove /var/adm/perl-modules - remove /var/adm/perl-modules
Stephan Kulow (coolo)
committed
(revision 4)
add perl as explicit buildrequire
Lars Vogdt (lrupp)
committed
(revision 3)
- update to 2.0.2: + RT#57180: put back and expanded copyright statement in README + set license element in META.yml
Lars Vogdt (lrupp)
committed
(revision 2)
- update to 2.0.1: + improve support for subclassing MARC::Field (Dan Wells) + RT#55993: MARC::Record->insert_fields_after can now insert after last field in record (Frédéric Demians) + added methods to MARC::Field to allow a (class-level) list of fields that should be considered control fields in addition to 001-009. Includes test t/extra_controlfields.t, and supports alphabetic characters in the tag labels. The new methods are allow_controlfield_tags disallow_controlfield_tags is_controlfield_tag + added MARC::Record::delete_fields() and t/delete-field.t + documentation improvements (Mike Rylander and Dan Scott) + baked in minimum Perl version required: 5.8.2
Lars Vogdt (lrupp)
committed
(revision 1)
Displaying all 10 revisions