File: SKIP

package info (click to toggle)
libtest-mock-cmd-perl 0.7-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 176 kB
  • sloc: perl: 166; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 267 bytes parent folder | download
1
2
3
4
5
# Test::Mock::Cmd needs to be use() with an argument
# use.t just does -M"Test::Mock::Cmd" which fails with
#   Test::Mock::Cmd->import() requires a 1-3 key hash, 1 code/hash reference, or 3 code/hash references as arguments at -e line 0.
# so we skip the test
use.t