Skip Menu |

This queue is for tickets about the Speech-eSpeak CPAN distribution.

Report information
The Basics
Id: 29284
Status: resolved
Worked: 5 min
Priority: 0/
Queue: Speech-eSpeak

People
Owner: Nobody in particular
Requestors: SAPER [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.21
Fixed in: (no value)



Subject: [PATCH] Avoid require a too recent version of Perl
Hello, Attached is a patch to remove the Perl version requirements which were added by h2xs, as they're too recent and will prevent people from installing your module on any other version of Perl. Regards -- Close the world, txEn eht nepO.
Subject: Speech-eSpeak-0.21-no-perl-version.diff
Seulement dans Speech-eSpeak-0.21-new: const-c.inc Seulement dans Speech-eSpeak-0.21-new: const-xs.inc diff -ru Speech-eSpeak-0.21-old/lib/Speech/eSpeak.pm Speech-eSpeak-0.21-new/lib/Speech/eSpeak.pm --- Speech-eSpeak-0.21-old/lib/Speech/eSpeak.pm 2007-09-08 13:31:43.000000000 +0200 +++ Speech-eSpeak-0.21-new/lib/Speech/eSpeak.pm 2007-09-10 17:13:13.737201669 +0200 @@ -1,6 +1,5 @@ package Speech::eSpeak; -use 5.008008; use strict; use warnings; use Carp; diff -ru Speech-eSpeak-0.21-old/Makefile.PL Speech-eSpeak-0.21-new/Makefile.PL --- Speech-eSpeak-0.21-old/Makefile.PL 2007-06-06 17:08:29.000000000 +0200 +++ Speech-eSpeak-0.21-new/Makefile.PL 2007-09-10 17:12:49.185160852 +0200 @@ -1,4 +1,3 @@ -use 5.008008; use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written.
Sorry for responding late. I've deleted the requirement of Perl version in Speech::eSpeak v0.3. Thank you for your kind request and patch:)