r30000 - in /branches/upstream/libspreadsheet-xlsx-perl/current: Changes META.yml Makefile.PL lib/Spreadsheet/XLSX.pm lib/Spreadsheet/XLSX/Fmt2007.pm lib/Spreadsheet/XLSX/Utility2007.pm

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jan 24 02:14:03 UTC 2009


Author: gregoa
Date: Sat Jan 24 02:14:00 2009
New Revision: 30000

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=30000
Log:
[svn-upgrade] Integrating new upstream version, libspreadsheet-xlsx-perl (0.08)

Modified:
    branches/upstream/libspreadsheet-xlsx-perl/current/Changes
    branches/upstream/libspreadsheet-xlsx-perl/current/META.yml
    branches/upstream/libspreadsheet-xlsx-perl/current/Makefile.PL
    branches/upstream/libspreadsheet-xlsx-perl/current/lib/Spreadsheet/XLSX.pm
    branches/upstream/libspreadsheet-xlsx-perl/current/lib/Spreadsheet/XLSX/Fmt2007.pm
    branches/upstream/libspreadsheet-xlsx-perl/current/lib/Spreadsheet/XLSX/Utility2007.pm

Modified: branches/upstream/libspreadsheet-xlsx-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libspreadsheet-xlsx-perl/current/Changes?rev=30000&op=diff
==============================================================================
--- branches/upstream/libspreadsheet-xlsx-perl/current/Changes (original)
+++ branches/upstream/libspreadsheet-xlsx-perl/current/Changes Sat Jan 24 02:14:00 2009
@@ -35,4 +35,8 @@
 	
 0.07  Thu Dec 18 09:46:18 MSK 2008	
 
-	- "Use of uninitialized value ..." warnings suppressed (thanks Gregor Herrmann)
+	- "Use of uninitialized value ..." warnings suppressed (thanks Gregor Herrmann)
+
+0.08  Mon Jan  5 18:07:57 MSK 2009
+
+	- Perl version requirement lowered (thanks HMBRAND)

Modified: branches/upstream/libspreadsheet-xlsx-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libspreadsheet-xlsx-perl/current/META.yml?rev=30000&op=diff
==============================================================================
--- branches/upstream/libspreadsheet-xlsx-perl/current/META.yml (original)
+++ branches/upstream/libspreadsheet-xlsx-perl/current/META.yml Sat Jan 24 02:14:00 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                Spreadsheet-XLSX
-version:             0.07
+version:             0.08
 abstract:            Perl extension for reading MS Excel 2007 files;
 license:             ~
 author:              

Modified: branches/upstream/libspreadsheet-xlsx-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libspreadsheet-xlsx-perl/current/Makefile.PL?rev=30000&op=diff
==============================================================================
--- branches/upstream/libspreadsheet-xlsx-perl/current/Makefile.PL (original)
+++ branches/upstream/libspreadsheet-xlsx-perl/current/Makefile.PL Sat Jan 24 02:14:00 2009
@@ -1,4 +1,4 @@
-use 5.008005;
+use 5.006000;
 use ExtUtils::MakeMaker;
 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
 # the contents of the Makefile that is written.

Modified: branches/upstream/libspreadsheet-xlsx-perl/current/lib/Spreadsheet/XLSX.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libspreadsheet-xlsx-perl/current/lib/Spreadsheet/XLSX.pm?rev=30000&op=diff
==============================================================================
--- branches/upstream/libspreadsheet-xlsx-perl/current/lib/Spreadsheet/XLSX.pm (original)
+++ branches/upstream/libspreadsheet-xlsx-perl/current/lib/Spreadsheet/XLSX.pm Sat Jan 24 02:14:00 2009
@@ -1,12 +1,12 @@
 package Spreadsheet::XLSX;
 
-use 5.008008;
+use 5.006000;
 use strict;
 use warnings;
 
 our @ISA = qw();
 
-our $VERSION = '0.07';
+our $VERSION = '0.08';
 
 use Archive::Zip;
 use Spreadsheet::XLSX::Fmt2007;

Modified: branches/upstream/libspreadsheet-xlsx-perl/current/lib/Spreadsheet/XLSX/Fmt2007.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libspreadsheet-xlsx-perl/current/lib/Spreadsheet/XLSX/Fmt2007.pm?rev=30000&op=diff
==============================================================================
--- branches/upstream/libspreadsheet-xlsx-perl/current/lib/Spreadsheet/XLSX/Fmt2007.pm (original)
+++ branches/upstream/libspreadsheet-xlsx-perl/current/lib/Spreadsheet/XLSX/Fmt2007.pm Sat Jan 24 02:14:00 2009
@@ -8,7 +8,7 @@
 use warnings;
 
 use Spreadsheet::XLSX::Utility2007 qw(ExcelFmt);
-our $VERSION = '0.07'; # 
+our $VERSION = '0.08'; # 
 
 my %hFmtDefault = (
     0x00 => '@',

Modified: branches/upstream/libspreadsheet-xlsx-perl/current/lib/Spreadsheet/XLSX/Utility2007.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libspreadsheet-xlsx-perl/current/lib/Spreadsheet/XLSX/Utility2007.pm?rev=30000&op=diff
==============================================================================
--- branches/upstream/libspreadsheet-xlsx-perl/current/lib/Spreadsheet/XLSX/Utility2007.pm (original)
+++ branches/upstream/libspreadsheet-xlsx-perl/current/lib/Spreadsheet/XLSX/Utility2007.pm Sat Jan 24 02:14:00 2009
@@ -14,7 +14,7 @@
 @ISA = qw(Exporter);
 @EXPORT_OK = qw(ExcelFmt LocaltimeExcel ExcelLocaltime 
                 col2int int2col sheetRef xls2csv);
-our $VERSION = '0.07';
+our $VERSION = '0.08';
 
 #my $sNUMEXP = '^[+-]?\d+(\.\d+)?$';
 #my $sNUMEXP = '(^[+-]?\d+(\.\d+)?$)|(^[+-]?\d\.*(\d+)[eE][+-](\d+))$';




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