Provided by: license-reconcile_0.9_all 

NAME
Debian::LicenseReconcile::Utils - various just about describable utilities
VERSION
Version 0.9
SYNOPSIS
use Debian::LicenseReconcile::Utils qw(get_files);
my @files = get_files($directory);
SUBROUTINES/METHODS
get_files
Takes a directory and returns a list of all the files in that directory and below.
AUTHOR
Nicholas Bamber, "<nicholas at periapt.co.uk>"
LICENSE AND COPYRIGHT
Copyright 2012 Nicholas Bamber "<nicholas at periapt.co.uk>".
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.
perl v5.20.2 2015-11-17 Debian::LicenseReconcile::Utils(3pm)