Update p5-Spreadsheet-ParseExcel to 0.3200 a.k.a 0.32.
Based on patch provided by Mark E. Perkins in PR 36465. 0.32 2007.05.05 - Remove the memory_leak test as well as it still fails. 0.31 2007.05.03 - Require IO::Scalar always as OLE::Storage_Lite needs it but does not prereq it - disable some of the tests that don't yet work on 64 bit due to number precision in order to allow automatic installation 0.30 2007.03.31 - add some more tests - add test to see memory leak using Proc::ProcessTable - Start using Scalar::Util qw(weaken) to (hopefully) avoid memory leak - It seems we did not check correctly if PERLIO is available in Makefile.PL now it is the same test we do in the code itself. - Flag1904 renamed to Flg1904 in documentation (Chad) RT #24293 0.29 2007.03.30 - clean up basic.t to skip tests that need additional and missing module - No more need for IO::Scalar if PERLIO is available (H.Merijn Brand) 0.28 Wed Jan 7, 2007 - Documentation update - Add t/parse.t - Add sample/parse.pl - fix some syntax errors in the sub-modules 0.27 Wed Jan 3, 2007 - See changes in the 0.27_XX versions 0.27_03 Thu Nov 2, 2006 - Officially receive maintainership (Gabor Szabo) - slight code cleanup - more sample test 0.27_02 - Fixing another warning: Character in 'c' format wrapped in pack http://rt.cpan.org/Ticket/Display.html?id=18063 (Grant Stevens) - More test, enable use of Devel::Cover 0.27_01 Mon Sep 11, 2006 - Moving test.pl to t/ and using Test::More - Add tests running (some of the) sample files - Add 'use warnings', remove prototypes - Fix the warning in Spreadsheet::ParseExcel::FmtDefault Character in "C" format wrapped at .../Spreadsheet/ParseExcel/FmtDefault.pm line 68. http://rt.cpan.org/Public/Bug/Display.html?id=7376 (Slaven ReziÄ?and others)
This commit is contained in:
parent
b732916fc6
commit
e8c14c2ccd
2 changed files with 8 additions and 9 deletions
|
@ -1,11 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.10 2006/03/04 21:30:07 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2007/06/10 09:08:49 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Spreadsheet-ParseExcel-0.2603
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
DISTNAME= Spreadsheet-ParseExcel-0.32
|
||||
PKGNAME= p5-${DISTNAME}00
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KW/KWITKNR/}
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Spreadsheet/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Spreadsheet-ParseExcel/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2005/06/26 08:04:54 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.4 2007/06/10 09:08:49 obache Exp $
|
||||
|
||||
SHA1 (Spreadsheet-ParseExcel-0.2603.tar.gz) = 1d80ed84f2d12cec2c0b02aadb5816d19e5a9ed1
|
||||
RMD160 (Spreadsheet-ParseExcel-0.2603.tar.gz) = 9f132f8b0abce0895c84317dc4aa79a23d42eae2
|
||||
Size (Spreadsheet-ParseExcel-0.2603.tar.gz) = 93092 bytes
|
||||
SHA1 (Spreadsheet-ParseExcel-0.32.tar.gz) = 2111ab602e2ffbdf4b9bbbd63345344b85908abc
|
||||
RMD160 (Spreadsheet-ParseExcel-0.32.tar.gz) = 91d17fb40dd2c7a3b9674e966370bc30927e9996
|
||||
Size (Spreadsheet-ParseExcel-0.32.tar.gz) = 98420 bytes
|
||||
|
|
Loading…
Reference in a new issue