pscott-au / WebService-GoogleAPI-Client

Perl WebService::GoogleAPI::Client Module
https://pscott-au.github.io/WebService-GoogleAPI-Client/
Other
1 stars 2 forks source link

Fails with perls < 5.14 #8

Closed andk closed 6 years ago

andk commented 6 years ago

Describe the bug A clear and concise description of what the bug is.

Hi there everybody, did you know that the test suite fails with perls < 5.14?

To Reproduce Steps to reproduce the behavior:

  1. Go to 'http://matrix.cpantesters.org/?dist=WebService-GoogleAPI-Client%200.13'
  2. Click on nothing
  3. Scroll down to the lines for 5.14 and 5.12
  4. See error in that 5.12 is red and 5.14 is green

Expected behavior A clear and concise description of what you expected to happen.

It would be cool if the code could declare its requirements. That way the FAILS are converted to UNKNOWNS. Details about how to do it are on this page: http://wiki.cpantesters.org/wiki/CPANAuthorNotes . This is not really a requirement, of course. Not for me. I can switch to newer perls. Maybe it would help other people who sit in a project with perl 5.12 or lower and cannot change that easily.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

pscott-au commented 6 years ago

Thanks for that. I think I've properly defined the min perl version now in Release V0.14 - once I can confirm I will mark this issue as resolved.

pscott-au commented 6 years ago

Looks all fixed now - thanks