| Debian::LicenseReconcile::App(3pm) | User Contributed Perl Documentation | Debian::LicenseReconcile::App(3pm) |
Debian::LicenseReconcile::App - encapsulate the application code
Version 0.16
use Debian::LicenseReconcile::App;
my $app = Debian::LicenseReconcile::App->new(...);
exit($app->run);
This constructor takes key value pairs and returns the correspondingly blessed object.
This contains the core logic of the tool.
Nicholas Bamber, "<nicholas at periapt.co.uk>"
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.
| 2018-11-04 | perl v5.28.0 |