summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.Merijn Brand - Tux <linux@tux.freedom.nl>2023-03-08 16:48:56 +0100
committerH.Merijn Brand - Tux <linux@tux.freedom.nl>2023-03-08 16:48:56 +0100
commit315875f0909f650a223d3da7c358cc02c5ca360b (patch)
tree2b8268e5e236ebd1b5266259c61b9d38924f7422
parentc8b46daf9bf398316bbfdc4042a979ef99943fa9 (diff)
Versions
-rw-r--r--cpanfile4
-rw-r--r--doc/Spreadsheet-Read.32
-rw-r--r--doc/Spreadsheet-Read.man2
-rwxr-xr-xsandbox/genMETA.pl4
4 files changed, 6 insertions, 6 deletions
diff --git a/cpanfile b/cpanfile
index 3695180..c6c2530 100644
--- a/cpanfile
+++ b/cpanfile
@@ -19,7 +19,7 @@ on "test" => sub {
requires "Test::More" => "0.88";
requires "Test::NoWarnings";
- recommends "Test::More" => "1.302191";
+ recommends "Test::More" => "1.302193";
};
feature "opt_csv", "Provides parsing of CSV streams" => sub {
@@ -27,7 +27,7 @@ feature "opt_csv", "Provides parsing of CSV streams" => sub {
recommends "Text::CSV" => "2.02";
recommends "Text::CSV_PP" => "2.02";
- recommends "Text::CSV_XS" => "1.49";
+ recommends "Text::CSV_XS" => "1.50";
};
feature "opt_gnumeric", "Provides parsing of Gnumeric spreadsheets" => sub {
diff --git a/doc/Spreadsheet-Read.3 b/doc/Spreadsheet-Read.3
index 3417c7a..cdf84da 100644
--- a/doc/Spreadsheet-Read.3
+++ b/doc/Spreadsheet-Read.3
@@ -55,7 +55,7 @@
.\" ========================================================================
.\"
.IX Title "STDIN 1"
-.TH STDIN 1 2023-02-22 "perl v5.36.0" "User Contributed Perl Documentation"
+.TH STDIN 1 2023-03-08 "perl v5.36.0" "User Contributed Perl Documentation"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
diff --git a/doc/Spreadsheet-Read.man b/doc/Spreadsheet-Read.man
index d60037b..e1c10fe 100644
--- a/doc/Spreadsheet-Read.man
+++ b/doc/Spreadsheet-Read.man
@@ -1135,4 +1135,4 @@ STDIN(1) User Contributed Perl Documentation STDIN(1)
-perl v5.36.0 2023-02-22 STDIN(1)
+perl v5.36.0 2023-03-08 STDIN(1)
diff --git a/sandbox/genMETA.pl b/sandbox/genMETA.pl
index e75de11..6c03042 100755
--- a/sandbox/genMETA.pl
+++ b/sandbox/genMETA.pl
@@ -73,7 +73,7 @@ recommends:
File::Temp: 0.2311
Data::Peek: 0.52
test_recommends:
- Test::More: 1.302192
+ Test::More: 1.302193
resources:
license: http://dev.perl.org/licenses/
repository: https://github.com/Tux/Spreadsheet-Read
@@ -89,7 +89,7 @@ optional_features:
recommends:
Text::CSV: 2.02
Text::CSV_PP: 2.02
- Text::CSV_XS: 1.49
+ Text::CSV_XS: 1.50
opt_xls:
description: Provides parsing of Microsoft Excel files
requires: