Changelog for
perl-MARC-Record-2.0.7-lp150.1.2.noarch.rpm :
* Thu May 25 2017 cooloAATTsuse.com- updated to 2.0.7 see /usr/share/doc/packages/perl-MARC-Record/Changes 2.0.7 Tue May 23 20:41:13 EDT 2017 [FIXES] - RT#108123: clean up MANIFEST.SKIP - GH#1: marcdump now prints warnings (Johann Rolschewski) - remove a reference to SourceForge - fix a reference to the per4lib mailing list
* Wed Oct 23 2013 larsAATTlinux-schulserver.de- 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
* Mon Nov 29 2010 cooloAATTnovell.com- remove /var/adm/perl-modules
* Tue Oct 19 2010 cooloAATTnovell.com- add perl as explicit buildrequire
* Wed May 05 2010 larsAATTlinux-schulserver.de- update to 2.0.2: + RT#57180: put back and expanded copyright statement in README + set license element in META.yml
* Sun May 02 2010 larsAATTlinux-schulserver.de- 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
* Tue Feb 12 2008 larsAATTlinux-schulserver.de- update to 2.0.0: + Perl 5.8.2 required for utf8 handling + removed dead utf8 handling code + added MARC::File::Encode wrapper around Encode module since Encode exports encode() by default which conflicts with existing MARC::File::Encode::encode (yuck). + added MARC::Record::encoding() for getting/setting record encoding + modified t/utf8.t to unconditionally do tests since a modern perl will now be required. + Added --hex switch to marcdump, which dumps the record in hexadecimal. The offsets are in decimal so that you can match them up to values in the leader. The offset is reset to 0 when we\'re past the directory so that you can match up the data with the offsets in the directory. + docfixes in Record.pm (thanks Todd Holbrook) + added MARC::Field->delete_subfields
* Mon Jul 23 2007 larsAATTlinux-schulserver.de- initial package 1.38