Provided by: license-reconcile_0.9_all bug

NAME

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

VERSION

       Version 0.9

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, 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.