Source: libfile-remove-perl
Section: perl
Priority: optional
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
Build-Depends: debhelper-compat (=13), 
               libmodule-build-perl
Build-Depends-Indep: perl
Standards-Version: 4.6.1
Testsuite: autopkgtest-pkg-perl
Vcs-Browser: https://gitee.com/openkylin/libfile-remove-perl
Vcs-Git: https://gitee.com/openkylin/libfile-remove-perl.git
Homepage: https://metacpan.org/release/File-Remove
Rules-Requires-Root: no

Package: libfile-remove-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: Perl module to remove files or directories
 File::Remove::remove removes files and directories.  It acts like
 /bin/rm, for the most part.  Although unlink can be given a list
 of files, it will not remove directories; this module remedies that.
 It also accepts wildcards, * and ?, as arguments for filenames.
