Skip to content
Snippets Groups Projects
  1. Feb 06, 2023
  2. Jun 01, 2020
  3. May 31, 2020
  4. Mar 08, 2020
  5. Jan 29, 2020
  6. Oct 30, 2019
  7. Aug 30, 2018
  8. Aug 01, 2018
  9. Jul 03, 2016
  10. Feb 15, 2016
    • Guillem Jover's avatar
      test: Add a unit test to compile perl code with warnings · 536d46d7
      Guillem Jover authored
      With «use warnings» some inermodule issues such as redefinitions of
      symbols are not catched, because that is too late.
      
      Define PERL in the unit test environment so that we can invoke the
      detected interpreter.
      
      And disable the now redundant syntax_ok() check from the strict.t unit
      test.
      536d46d7
  11. Jan 28, 2015
  12. Apr 21, 2014
  13. Dec 07, 2013
  14. Jun 22, 2013
  15. May 04, 2013
    • Guillem Jover's avatar
      Do not use double-quotes on strings that do not need interpolation · 6a73e307
      Guillem Jover authored
      Using double-quotes imposes a small performance penalty as the perl
      parser needs to check if any interpolation is needed. Use double-quotes
      only when the string contains single-quotes. Ideally we'd use
      double-quotes too for escaped meta-characters that might otherwise be
      confusing to immediately see if they need interpolation or not, but the
      policy does not (currently) allow to ignore these.
      
      Fixes ValuesAndExpressions::ProhibitInterpolationOfLiterals.
      
      Warned-by: perlcritic
      6a73e307
  16. Apr 19, 2013
  17. Nov 08, 2009
  18. Sep 27, 2007
Loading