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