DOKK / manpages / debian 13 / dh-raku / dh_raku_test.1.en
DH_RAKU_TEST(1) User Contributed Perl Documentation DH_RAKU_TEST(1)

dh_raku_test -- automatically test perl 6 module packages

dh_raku_test

This script calls "prove --exec raku -Ilib" to test a Raku module package. It only does so if three conditions are met:

  • A 't' directory exists
  • The debhelper build option 'nocheck' is not set

Before launching tests, the "HOME" directory is set to "debian/tmp/home". This directory is cleaned up after the tests are done.

This script use to call c<prove6> but it caused a lot of problems because of dependency loop. Now only Perl's prove is used.

dh_raku_maintscript(1), dh_raku_depsfile(1), debhelper(7), dh(1), Prove

2025-05-08 perl v5.40.1