Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^5: chunking up texts correctly for online translation

by haukex (Archbishop)
on Jun 30, 2019 at 09:27 UTC ( [id://11102150]=note: print w/replies, xml ) Need Help??


in reply to Re^4: chunking up texts correctly for online translation
in thread chunking up texts correctly for online translation

If I had to guess, I might think that this is the only version that has existed

The changelog shows that there have been versions from 0.01 through 0.10, the most recent release being May 2017.

In Makefile.PL , should I just go: PREREQ_PM => { WWW::Google::Translate => '.1', },

I would recommend against reformatting the version number like that, as it might potentially confuse the tools that do version number comparison. Either specify '0' for "any version", or '0.10' for that version.

Since users will need to install this module from CPAN anyway, and in particular because it's a pure-Perl module without any exotic dependencies, I think it's probably fine to require a version of the module version that's ~2 years old.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11102150]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-25 04:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found