Devscripts::Uscan::FindFiles - watchfile finder
use Devscripts::Uscan::Config;
use Devscripts::Uscan::FindFiles;
# Get config
my $config = Devscripts::Uscan::Config->new->parse;
# Search watchfiles
my @wf = find_watch_files($config);
This package exports find_watch_files() function. This function search
Debian watchfiles following configuration parameters.
uscan, the Devscripts::Uscan::WatchFile manpage, the Devscripts::Uscan::Config manpage
uscan was originally written by Christoph Lameter
<clameter@debian.org> (I believe), modified by Julian Gilbey
<jdg@debian.org>. HTTP support was added by Piotr Roszatycki
<dexter@debian.org>. uscan was rewritten in Perl by Julian Gilbey.
Xavier Guimard <yadd@debian.org> rewrote uscan in object
oriented Perl.
Copyright 2002-2006 by Julian Gilbey <jdg@debian.org>,
2018 by Xavier Guimard <yadd@debian.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
|