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