Skip Menu |

This queue is for tickets about the WebService-Naver-TTS CPAN distribution.

Report information
The Basics
Id: 125467
Status: new
Priority: 0/
Queue: WebService-Naver-TTS

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

Bug Information
Severity: (no value)
Broken in: v0.0.3
Fixed in: (no value)



Subject: Fails with perls < 5.10
As per subject. Sample fail report: http://www.cpantesters.org/cpan/report/82404684-5862-11e8-a555-b9ebf2e4dcb9 Diagnostics: String found where operator expected at /tmpfs/.cpan-build-cpansand/2018051509/WebService-Naver-TTS-v0.0.3-18/blib/lib/WebService/Naver/TTS.pm line 134, near "C<$mp3> is L<Path::Tiny/"tempfile, tempdir"" I guess, this comes from line https://metacpan.org/source/AANOAA/WebService-Naver-TTS-v0.0.3/lib/WebService/Naver/TTS.pm#L59 59: speed => $args{speed} // 0, where the // operator sends older perls into confusion. If you want to keep the '//' operator it would be cool if you could predeclare the dependency. That way the FAILS are converted to UNKNOWNS. Details about how to do it are on this page: http://wiki.cpantesters.org/wiki/CPANAuthorNotes Thanks!