Scroll to navigation

Debian::LicenseReconcile::Utils(3pm) User Contributed Perl Documentation Debian::LicenseReconcile::Utils(3pm)

NAME

Debian::LicenseReconcile::Utils - various just about describable utilities

VERSION

Version 0.16

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.

2018-11-04 perl v5.28.0