| Debian::PkgPerl::Util(3pm) | Debian Perl packaging Tools | Debian::PkgPerl::Util(3pm) |
Debian::PkgPerl::Util - utility functions for PkgPerl tools
use Debian::PkgPerl::Util;
...
$dep = "$dep <!nocheck>"
unless Debian::PkgPerl::Util->probable_build_dependency($pkg);
$cachefile = Debian::PkgPerl::Util->download_and_cache_file(
"https://example.com/foo.txt",
"bla.txt",
86400
);
Debian::PkgPerl::Util contains some utility functions for PkgPerl tools.
Returns the full filename as a string.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See <http://dev.perl.org/licenses/> for more information.
| 2024-03-04 | pkg-perl-tools 0.78 |