Help for this page

Select Code to Download


  1. or download this
    -    like($@, qr/Cannot find directory\(ies\): $bad_gitdir/,
    +    like($@, qr/\QCannot find directory(ies): $bad_gitdir\E/,
    
  2. or download this
    -    like($@, qr/Cannot find file\(s\) to be tested:.*$bad_target_args
    +->[1]/,
    +    like($@, qr/\QCannot find file(s) to be tested:\E.*\Q$bad_target_
    +args->[1]\E/,