Package: libpath-tiny-perl Priority: optional Section: perl Installed-Size: 152 Maintainer: Debian Perl Group Architecture: all Version: 0.058-1~eebpo70+1 Depends: perl (>= 5.17.8) | libfile-spec-perl (>= 3.4000), perl Recommends: libunicode-utf8-perl Filename: pool/libpath-tiny-perl/libp/libpath-tiny-perl/libpath-tiny-perl_0.058-1~eebpo70+1_all.deb Size: 57652 MD5sum: cf02ffc0884c58b9d8e069b704bc43c7 SHA1: bdde33b771abc99909e611ee8dd8d7fca3ce5802 SHA256: 60c847779011c9887cc74529d7f3082d314b5f8f3a7903957e80f352b4e47870 SHA512: 3ec46be5bff9a92195b34151c4061600db236f1e843ee5a871095cfac78fbd25a47d44c01d14e2b056ab61482efba7685dcb4e9760e31e1c5ddadc8ef84e9a8d Description: file path utility Path::Tiny attempts to provide a small, fast utility for working with file paths. It is friendlier to use than File::Spec and provides easy access to functions from several other core file handling modules. . It doesn't attempt to be as full-featured as IO::All or Path::Class, nor does it try to work for anything except Unix-like and Win32 platforms. Even then, it might break if you try something particularly obscure or tortuous. (Quick! What does this mean: "///../../..//./././a//b/.././c/././"? And how does it differ on Win32?) Homepage: https://metacpan.org/module/Path::Tiny Package: libtest-failwarnings-perl Priority: optional Section: perl Installed-Size: 52 Maintainer: Debian Perl Group Architecture: all Version: 0.7-1~eebpo70+1 Depends: perl Filename: pool/libpath-tiny-perl/libt/libtest-failwarnings-perl/libtest-failwarnings-perl_0.7-1~eebpo70+1_all.deb Size: 9210 MD5sum: 91174cb9461759755b380d4aa5cfe888 SHA1: e39c4e2993ba2340b9cb65823d2ee9399b0b0e69 SHA256: 2d0214c48fe412fb0fd4bf4caedf49829bdcad94fadba755e8f24550d3ccd051 SHA512: 9084809bb182249494ec5be67b930270f8a8db70e72e825029001ff587fc66556a6e79a654208a07247ec51f23be9f450ec67aefc92a5f4ebae7e88550f72353 Description: module for adding test failures if warnings are caught Test::FailWarnings hooks $SIG{__WARN__} and converts warnings to Test::More's fail() calls. It is designed to be used with done_testing, when you don't need to know the test count in advance. . Just as with Test::NoWarnings, this does not catch warnings if other things localize $SIG{__WARN__}, as this is designed to catch unhandled warnings. Homepage: https://metacpan.org/release/Test-FailWarnings/