Scroll to navigation

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

NAME

Debian::LicenseReconcile::Errors - list of license reconciliation errors

VERSION

Version 0.5

SYNOPSIS

    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());

DESCRIPTION

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

SUBROUTINES/METHODS

push

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

how_many

list

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.
2014-06-29 perl v5.18.2