Binary package “libtest-tempdir-perl” in ubuntu jammy

Perl module that creates temporary files for testing

 Test::TempDir provides temporary directory creation with testing in mind.
 .
 The differences between this module and File::Temp are:
  * prevent race conditions when running parallel tests harness
  * empty directory before running tests
  * files are not cleaned at the end of the tests if they fail
 .
 Test::TempDir is deprecated due to some deficiencies, it is recommend that
 you use Test::TempDir::Tiny (packaged as libtest-tempdir-tiny-perl) instead.