r4267 - in /packages/libspreadsheet-parseexcel-simple-perl/branches/upstream/current: Changes META.yml lib/Spreadsheet/ParseExcel/Simple.pm t/02.t

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Nov 19 18:50:41 CET 2006


Author: gregoa-guest
Date: Sun Nov 19 18:50:40 2006
New Revision: 4267

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=4267
Log:
Load /tmp/tmp.NdikX27496/libspreadsheet-parseexcel-simple-perl-1.04
into
packages/libspreadsheet-parseexcel-simple-perl/branches/upstream/curren
t.

Modified:
    packages/libspreadsheet-parseexcel-simple-perl/branches/upstream/current/Changes
    packages/libspreadsheet-parseexcel-simple-perl/branches/upstream/current/META.yml
    packages/libspreadsheet-parseexcel-simple-perl/branches/upstream/current/lib/Spreadsheet/ParseExcel/Simple.pm
    packages/libspreadsheet-parseexcel-simple-perl/branches/upstream/current/t/02.t

Modified: packages/libspreadsheet-parseexcel-simple-perl/branches/upstream/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libspreadsheet-parseexcel-simple-perl/branches/upstream/current/Changes?rev=4267&op=diff
==============================================================================
--- packages/libspreadsheet-parseexcel-simple-perl/branches/upstream/current/Changes (original)
+++ packages/libspreadsheet-parseexcel-simple-perl/branches/upstream/current/Changes Sun Nov 19 18:50:40 2006
@@ -1,4 +1,7 @@
 Revision history for Perl extension Spreadsheet::ParseExcel::Simple.
+
+1.04  Sun Nov  5 10:23:43 GMT 2006
+	- Allow t/02 to skip gracefully when missing Spreadsheet::WriteExcel
 
 1.03  Sat Sep  3 22:32:22 UTC 2005
 	- Document accessing the underlying Spreadsheet::ParseExcel objects

Modified: packages/libspreadsheet-parseexcel-simple-perl/branches/upstream/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libspreadsheet-parseexcel-simple-perl/branches/upstream/current/META.yml?rev=4267&op=diff
==============================================================================
--- packages/libspreadsheet-parseexcel-simple-perl/branches/upstream/current/META.yml (original)
+++ packages/libspreadsheet-parseexcel-simple-perl/branches/upstream/current/META.yml Sun Nov 19 18:50:40 2006
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         Spreadsheet-ParseExcel-Simple
-version:      1.03
+version:      1.04
 version_from: lib/Spreadsheet/ParseExcel/Simple.pm
 installdirs:  site
 requires:
@@ -9,4 +9,4 @@
     Test::More:                    0.01
 
 distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.17
+generated_by: ExtUtils::MakeMaker version 6.21

Modified: packages/libspreadsheet-parseexcel-simple-perl/branches/upstream/current/lib/Spreadsheet/ParseExcel/Simple.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libspreadsheet-parseexcel-simple-perl/branches/upstream/current/lib/Spreadsheet/ParseExcel/Simple.pm?rev=4267&op=diff
==============================================================================
--- packages/libspreadsheet-parseexcel-simple-perl/branches/upstream/current/lib/Spreadsheet/ParseExcel/Simple.pm (original)
+++ packages/libspreadsheet-parseexcel-simple-perl/branches/upstream/current/lib/Spreadsheet/ParseExcel/Simple.pm Sun Nov 19 18:50:40 2006
@@ -1,6 +1,6 @@
 package Spreadsheet::ParseExcel::Simple;
 
-$VERSION = '1.03';
+$VERSION = '1.04';
 
 use strict;
 use Spreadsheet::ParseExcel;

Modified: packages/libspreadsheet-parseexcel-simple-perl/branches/upstream/current/t/02.t
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libspreadsheet-parseexcel-simple-perl/branches/upstream/current/t/02.t?rev=4267&op=diff
==============================================================================
--- packages/libspreadsheet-parseexcel-simple-perl/branches/upstream/current/t/02.t (original)
+++ packages/libspreadsheet-parseexcel-simple-perl/branches/upstream/current/t/02.t Sun Nov 19 18:50:40 2006
@@ -8,7 +8,6 @@
 plan tests => 2;
 
 use strict;
-use Spreadsheet::WriteExcel;
 use Spreadsheet::ParseExcel::Simple;
 
 my $workbook   = Spreadsheet::WriteExcel->new("test.xls");




More information about the Pkg-perl-cvs-commits mailing list