Skip to content
Snippets Groups Projects
This project is mirrored from https://:*****@github.com/Ensembl/zircon.git. Pull mirroring updated .
  1. Oct 15, 2024
  2. Jan 23, 2024
  3. Jan 11, 2023
  4. Jan 05, 2023
  5. Mar 22, 2022
  6. Jan 06, 2022
  7. Feb 02, 2021
  8. Jan 12, 2021
  9. Jan 22, 2020
  10. Jan 09, 2020
  11. Jun 13, 2019
  12. Apr 23, 2019
  13. Apr 15, 2019
  14. Apr 12, 2019
  15. 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
  16. Jul 19, 2016
  17. Jun 16, 2015
  18. Jun 05, 2015
  19. May 08, 2015
  20. Feb 04, 2015
  21. Jan 29, 2015
  22. Jan 23, 2015
  23. Jan 20, 2015
  24. Jan 14, 2015
  25. Dec 11, 2014
  26. Dec 10, 2014
  27. Nov 07, 2014
  28. Oct 15, 2014
  29. Oct 13, 2014