Source: libpath-tiny-perl
Section: perl
Priority: optional
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
Build-Depends: debhelper-compat (=13),
 libtest-failwarnings-perl <!nocheck>,
 libtest-mockrandom-perl <!nocheck>,
 libunicode-utf8-perl <!nocheck>,
 perl
Testsuite: autopkgtest-pkg-perl
Standards-Version: 4.6.0
Vcs-Git: https://gitee.com/openkylin/libpath-tiny-perl.git
Vcs-Browser: https://gitee.com/openkylin/libpath-tiny-perl
Homepage: https://metacpan.org/module/Path::Tiny
Rules-Requires-Root: no

Package: libpath-tiny-perl
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends},
Recommends:
 libunicode-utf8-perl,
Multi-Arch: foreign
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?)
