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