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