Provided by: license-reconcile_0.14_all 

NAME
Debian::LicenseReconcile::App - encapsulate the application code
VERSION
Version 0.14
SYNOPSIS
use Debian::LicenseReconcile::App;
my $app = Debian::LicenseReconcile::App->new(...);
exit($app->run);
SUBROUTINES/METHODS
new
This constructor takes key value pairs and returns the correspondingly blessed object.
run
This contains the core logic of the tool.
quiet
display_mapping
changelog_file
config_file
copyright
check_copyright
directory
filters
format_spec
files
suggest_stanzas
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::LicenseReconcile::App(3pm)