r63648 - in /trunk/libspreadsheet-read-perl: Changes META.yml Makefile.PL Read.pm debian/changelog debian/control debian/copyright

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Tue Oct 12 19:02:59 UTC 2010


Author: periapt-guest
Date: Tue Oct 12 19:02:41 2010
New Revision: 63648

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=63648
Log:
* New upstream release
* Upped standards version to 3.9.1
* Refreshed copyright

Modified:
    trunk/libspreadsheet-read-perl/Changes
    trunk/libspreadsheet-read-perl/META.yml
    trunk/libspreadsheet-read-perl/Makefile.PL
    trunk/libspreadsheet-read-perl/Read.pm
    trunk/libspreadsheet-read-perl/debian/changelog
    trunk/libspreadsheet-read-perl/debian/control
    trunk/libspreadsheet-read-perl/debian/copyright

Modified: trunk/libspreadsheet-read-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-read-perl/Changes?rev=63648&op=diff
==============================================================================
--- trunk/libspreadsheet-read-perl/Changes (original)
+++ trunk/libspreadsheet-read-perl/Changes Tue Oct 12 19:02:41 2010
@@ -1,4 +1,9 @@
 Revision history for Spreadsheet::Read
+
+0.41	Wed 06 Oct 2010
+
+    - Spell-check
+    - Fixed requiring optional modules (RT#61928 - Roderick Schupp)
 
 0.40	Wed 31 Mar 2010
 

Modified: trunk/libspreadsheet-read-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-read-perl/META.yml?rev=63648&op=diff
==============================================================================
--- trunk/libspreadsheet-read-perl/META.yml (original)
+++ trunk/libspreadsheet-read-perl/META.yml Tue Oct 12 19:02:41 2010
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                   Read
-version:                0.40
+version:                0.41
 abstract:               Meta-Wrapper for reading spreadsheet data
 license:                perl
 author:                 
@@ -10,7 +10,7 @@
 provides:
   Spreadsheet::Read:
     file:               Read.pm
-    version:            0.40
+    version:            0.41
 requires:                       
   perl:                 5.006
   Exporter:             0
@@ -27,7 +27,7 @@
   perl:                 5.010001
   File::Temp:           0.22
   IO::Scalar:           0
-  Test::More:           0.94
+  Test::More:           0.96
 resources:
   license:              http://dev.perl.org/licenses/
   repository:           http://repo.or.cz/w/Spreadsheet-Read.git
@@ -40,16 +40,16 @@
     requires:
       Text::CSV_XS:                        0.69
     recommends:
-      Text::CSV:                           1.17
-      Text::CSV_PP:                        1.25
-      Text::CSV_XS:                        0.73
+      Text::CSV:                           1.19
+      Text::CSV_PP:                        1.27
+      Text::CSV_XS:                        0.75
   opt_excel:
     description:        Provides parsing of Microsoft Excel files
     requires:
       Spreadsheet::ParseExcel:             0.26
       Spreadsheet::ParseExcel::FmtDefault: 0
     recommends:
-      Spreadsheet::ParseExcel:             0.57
+      Spreadsheet::ParseExcel:             0.58
   opt_excelx:
     description:        Provides parsing of Microsoft Excel 2007 files
     requires:

Modified: trunk/libspreadsheet-read-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-read-perl/Makefile.PL?rev=63648&op=diff
==============================================================================
--- trunk/libspreadsheet-read-perl/Makefile.PL (original)
+++ trunk/libspreadsheet-read-perl/Makefile.PL Tue Oct 12 19:02:41 2010
@@ -81,7 +81,10 @@
 	'leaktest:',
 	q{	sandbox/leaktest $(FULLPERLRUN) "test_harness($(TEST_VERBOSE), '$(INST_LIB)', '$(INST_ARCHLIB)')" $(TEST_FILES)},
 	'',
-	'checkmeta:',
+	'spellcheck:',
+	'	pod-spell-check --aspell',
+	'',
+	'checkmeta:	spellcheck',
 	'	perl sandbox/genMETA.pl -c',
 	'',
 	'fixmeta:	distmeta',

Modified: trunk/libspreadsheet-read-perl/Read.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-read-perl/Read.pm?rev=63648&op=diff
==============================================================================
--- trunk/libspreadsheet-read-perl/Read.pm (original)
+++ trunk/libspreadsheet-read-perl/Read.pm Tue Oct 12 19:02:41 2010
@@ -23,7 +23,7 @@
 use strict;
 use warnings;
 
-our $VERSION = "0.40";
+our $VERSION = "0.41";
 sub  Version { $VERSION }
 
 use Carp;
@@ -52,7 +52,7 @@
 for (@parsers) {
     my ($flag, $mod) = @$_;
     $can{$flag} and next;
-    eval "require $mod; \@_ or \$can{\$flag} = '$mod'";
+    eval "require $mod; \$can{\$flag} = '$mod'";
     }
 $can{sc} = __PACKAGE__;	# SquirelCalc is built-in
 
@@ -657,8 +657,8 @@
 For Microsoft Excel this module uses Spreadsheet::ParseExcel or
 Spreadsheet::XLSX
 
-For CSV this module uses Text::CSV_XS (0.29 or up prefered) or
-Text::CSV_PP (1.05 or up required).
+For CSV this module uses Text::CSV_XS (0.29 or up required, 0.73 or
+up preferred) or Text::CSV_PP (1.05 or up required).
 
 For SquirrelCalc there is a very simplistic built-in parser
 
@@ -806,7 +806,7 @@
 Enable some diagnostic messages to STDERR.
 
 The value determines how much diagnostics are dumped (using Data::Dumper).
-A value of 9 and higher will dump the entire structure from the backend
+A value of 9 and higher will dump the entire structure from the back-end
 parser.
 
 =back
@@ -901,7 +901,7 @@
 =head2 Cell Attributes
 
 If the constructor was called with C<attr> having a true value, effort
-is made to analyse and store field attributes like this:
+is made to analyze and store field attributes like this:
 
     { label  => "Sheet 1",
       maxrow => 5,
@@ -981,7 +981,7 @@
 
 I consider adding any spreadsheet interface that offers a usable API.
 
-=item OO-ify
+=item Add an OO interface
 
 Consider making the ref an object, though I currently don't see the big
 advantage (yet). Maybe I'll make it so that it is a hybrid functional /
@@ -1029,12 +1029,12 @@
 http://search.cpan.org/dist/Spreadsheet-Perl
 offers a Pure Perl implementation of a spreadsheet engine. Users that want
 this format to be supported in Spreadsheet::Read are hereby motivated to
-offer patches. It's not high on my todo-list.
+offer patches. It's not high on my TODO-list.
 
 =item xls2csv
 
 http://search.cpan.org/dist/xls2csv offers an alternative for my C<xlscat -c>,
-in the xls2csv tool, but this tool focusses on character encoding
+in the xls2csv tool, but this tool focuses on character encoding
 transparency, and requires some other modules.
 
 =back

Modified: trunk/libspreadsheet-read-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-read-perl/debian/changelog?rev=63648&op=diff
==============================================================================
--- trunk/libspreadsheet-read-perl/debian/changelog (original)
+++ trunk/libspreadsheet-read-perl/debian/changelog Tue Oct 12 19:02:41 2010
@@ -1,8 +1,11 @@
-libspreadsheet-read-perl (0.40-2) UNRELEASED; urgency=low
+libspreadsheet-read-perl (0.41-1) UNRELEASED; urgency=low
 
   * Added myself to Uploaders 
+  * New upstream release
+  * Upped standards version to 3.9.1
+  * Refreshed copyright
 
- -- Nicholas Bamber <nicholas at periapt.co.uk>  Tue, 12 Oct 2010 19:44:34 +0100
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Tue, 12 Oct 2010 19:50:49 +0100
 
 libspreadsheet-read-perl (0.40-1) unstable; urgency=low
 

Modified: trunk/libspreadsheet-read-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-read-perl/debian/control?rev=63648&op=diff
==============================================================================
--- trunk/libspreadsheet-read-perl/debian/control (original)
+++ trunk/libspreadsheet-read-perl/debian/control Tue Oct 12 19:02:41 2010
@@ -1,7 +1,7 @@
 Source: libspreadsheet-read-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50)
+Build-Depends: debhelper (>= 7.0.50~)
 Build-Depends-Indep: perl, libtest-pod-perl,
  libtest-pod-coverage-perl, libtext-csv-perl (>= 1.17),
  libtext-csv-xs-perl (>= 0.73), libspreadsheet-parseexcel-perl (>= 0.5700),
@@ -12,7 +12,7 @@
  Jose Luis Rivas <ghostbar38 at gmail.com>, Jonathan Yu <jawnsy at cpan.org>,
  gregor herrmann <gregoa at debian.org>, Ryan Niebur <ryan at debian.org>,
  Nicholas Bamber <nicholas at periapt.co.uk>
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Homepage: http://search.cpan.org/dist/Spreadsheet-Read/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libspreadsheet-read-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libspreadsheet-read-perl/

Modified: trunk/libspreadsheet-read-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-read-perl/debian/copyright?rev=63648&op=diff
==============================================================================
--- trunk/libspreadsheet-read-perl/debian/copyright (original)
+++ trunk/libspreadsheet-read-perl/debian/copyright Tue Oct 12 19:02:41 2010
@@ -1,4 +1,4 @@
-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
 Maintainer: H. Merijn Brand <h.m.brand at xs4all.nl>
 Source: http://search.cpan.org/dist/Spreadsheet-Read/
 Name: Spreadsheet-Read
@@ -8,16 +8,19 @@
 License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2009-2010, Jonathan Yu <jawnsy at cpan.org>
- 2008, Jeremiah C. Foster <jeremiah at jeremiahfoster.com>
+Copyright: 2008, Jeremiah C. Foster <jeremiah at jeremiahfoster.com>
+ 2008, Jose Luis Rivas <ghostbar38 at gmail.com>
+ 2009, 2010, gregor herrmann <gregoa at debian.org>
+ 2009, Jonathan Yu <jawnsy at cpan.org>
+ 2010, Nicholas Bamber <nicholas at periapt.co.uk>
 License: Artistic or GPL-1+
 
 License: Artistic
  This program is free software; you can redistribute it and/or modify
  it under the terms of the Artistic License, which comes with Perl.
  .
- On Debian GNU/Linux systems, the complete text of the Artistic License
- can be found in `/usr/share/common-licenses/Artistic'
+ On Debian systems, the complete text of the Artistic License
+ can be found in `/usr/share/common-licenses/Artistic'.
 
 License: GPL-1+
  This program is free software; you can redistribute it and/or modify
@@ -25,6 +28,5 @@
  the Free Software Foundation; either version 1, or (at your option)
  any later version.
  .
- On Debian GNU/Linux systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL'
-
+ On Debian systems, the complete text of version 1 of the
+ General Public License can be found in `/usr/share/common-licenses/GPL-1'.




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