Ubuntu Manpages

Debian::LicenseReconcile::Errors

list of license reconciliation errors

Version 0.9

    use Debian::LicenseReconcile::Errors;
    Debian::LicenseReconcile::Errors->push(short=>'Format',long=>.....);
    foreach my $error (Debian::LicenseReconcile::Errors->list) {
        print Dump($error);
    }
    exit(Debian::LicenseReconcile::Errors->how_many());

This module represents somewhere to store errors so that they can be displayed later.

This method takes a set of key value pairs, and pushes them onto the list of errors.

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.