Subject: | Version 1.15 of MARC? |
Date: | Tue, 05 Aug 2008 15:07:41 +0200 (CEST) |
To: | bug-MARC [...] rt.cpan.org |
From: | Havard Eidnes <he [...] NetBSD.org> |
Hi,
while checking the NetBSD pkgsrc package for MARC, I found that
it contains version 1.15. However, the newest version on CPAN is
1.07. It would *appear* that version 1.15 has existed on CPAN
previously, and the distribution file is cached in NetBSD's
distribution file cache.
The changes between 1.07 and 1.15 appear to the naked eye to be
legitimate and benign, but may need a closer looking over. The
list of the new changes are appended below.
Is there any chance the CPAN distribution could pick up the newer
distribution?
Best regards,
- HÃ¥vard
diff -ru MARC-1.07/Changes MARC-1.15/Changes
--- MARC-1.07/Changes 2000-04-24 03:14:50.000000000 +0200
+++ MARC-1.15/Changes 2002-03-30 12:44:47.000000000 +0100
@@ -274,3 +274,62 @@
- Perl 5.6.0 warns on "join (//,", use "join (''," instead.
- fixes to $naptime and $testfile in t/test5.t
- openmarc did not set 'handle' and 'format' for MARC::Rec
+
+1.08 Tue Jun 13 05:48:36 PDT 2000 <Summers>
+ - changed documentation to reflect new location of web interface
+
+1.09 Thu Jun 29 04:54:55 PDT 2000 <Summers>
+ - updated nextrec() using a diff by Patrick. nextrec() wasn't
+ shifting off and returning string values that were passed, so
+ it wasn't possible to read a MARC::Rec from a scalar instead of
+ a handle.
+
+1.10 Fri Jun 30 07:56:19 PDT 2000
+ - updated nextrec() to use operator style not instead of function
+ style for backwards compatibility. May need to look at other usage
+ of not throughout MARC.pm.
+
+
+1.11 Wed Aug 2 17:03:57 EDT 2000 <Lane>
+ - Fixed bug reported by Elisabeth Shaw on pack_008 (introduced
+ somewhere between 102u and 106). Made sure that updatefirst
+ was called with correct arguments.
+ - Added checks to updatefirst arguments. Pack_008 now updates
+ map. (Was the cause of regression tests falsely passed).
+ - t: test4 updatefirst changed to pass more stringent checking (xxx=>998).
+ - t: test1 and test3. Moved 005 tests to test original value of 005 (test2
+ tests correctly for update on output()).
+ - Changed last instance of croak() to mywarn().
+ - t: test5 changed updatefirst warning test. Made use of %SIG to promote
+ warning to die.
+ - All tests now pass.
+ - Added bin/ship.pl; now auto-packed versions can be made available.
+ - Added bin/chk.pl; cheapo tests without the ../blib overhead.
+ - Minor changes to docs.
+
+1.11 Wed Aug 28 03:02:00 EDT 2000 <Lane>
+ - Fixed newline issues on input (Ed Summers) and output.
+ - Allowed one to suppress header length error checking (strict=>0 on
+ openmarc. (David Valentine; Ed's design).
+ - Added tests for relaxed error checking, more detailed tests for
+ nextmarc errors, non-default newlines on input and output for
+ marcmaker records.
+ - Updated and expanded docs.
+ Added docs on template use for the getfields/updatefields/*first functions.
+ Fixed some speling erorrs.
+ - Removed test numbers from the test*t's. Diffs will be clearer in the future.
+ Use b is_ok $tc=nn in the debugger instead.
+
+1.13 Wed Apr 18 18:52:46 EDT 2001 <Summers>
+ - Made changes to _marc2html to bring back support for named fields
+ (Chuck Bearden)
+
+1.14 Sat Dec 29 17:07:44 2001 <Summers>
+ - fixed boundary condition bug in add_map (line 1995)
+ - added info about MARC::Record to documentation
+
+1.15 Sat Mar 30 06:44:06 2002 <Summers>
+ - minor change to Makefile.PL to support building in cygwin
+ environment
+
+