Provided by: license-reconcile_0.14_all 

NAME
Debian::LicenseReconcile::Filter::Std - applies licensecheck to get data
VERSION
Version 0.14
SYNOPSIS
use Debian::LicenseReconcile::Filter::Std;
my $filter = Debian::LicenseReconcile::Filter::Std->new(
directory=>'.',
licensecheck=>$LICENSECHECK,
);
my @info = $filter->get_info();
SUBROUTINES/METHODS
get_info
Returns a list of hash references describing copyright and license information that should be checked
against the copyright target. The results returned from this filter are those that are obtained from
"licensecheck --no-conf --text --recursive --copyright DIR".
AUTHOR
Nicholas Bamber, "<nicholas at periapt.co.uk>"
LICENSE AND COPYRIGHT
Copyright 2012, 2015, 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.24.1 2017-01-28 Debian::Licens...le::Filter::Std(3pm)