Skip to content
Snippets Groups Projects
This project is mirrored from https://:*****@github.com/Ensembl/zircon.git. Pull mirroring updated .
  1. Jan 23, 2024
  2. Jan 11, 2023
  3. Jan 05, 2023
  4. Mar 22, 2022
  5. Jan 06, 2022
  6. Feb 02, 2021
  7. Jan 12, 2021
  8. Jan 22, 2020
  9. Jan 09, 2020
  10. Jun 13, 2019
  11. Apr 23, 2019
  12. Apr 15, 2019
  13. Apr 12, 2019
  14. Feb 06, 2019
    • Thibaut Hourlier's avatar
      Fix precedence problem by replacing or with || · d5c25b3f
      Thibaut Hourlier authored
      Since Perl 5.22, it warns of possible precedence problem it cases
      like : return $value or die('Sad');
      return $value is tested, not $value. It can be fixed by either using
      || or by using () around the test.
      The problem was already there in earlier versions of Perl but no
      waring was issued.
      d5c25b3f
  15. Jul 19, 2016
  16. Jun 16, 2015
  17. Jun 05, 2015
  18. May 08, 2015
  19. Feb 04, 2015
  20. Jan 29, 2015
  21. Jan 23, 2015
  22. Jan 20, 2015
  23. Jan 14, 2015
  24. Dec 11, 2014
  25. Dec 10, 2014
  26. Nov 07, 2014
  27. Oct 15, 2014
  28. Oct 13, 2014