Provided by: license-reconcile_0.9_all 

NAME
Debian::LicenseReconcile::FormatSpec - check format is recognized
VERSION
Version 0.9
SYNOPSIS
use Debian::LicenseReconcile::FormatSpec;
my $check = Debian::LicenseReconcile::FormatSpec->check($copyright);
SUBROUTINES/METHODS
check
This class method takes the copyright data as input and returns a boolean indicating whether it has a
permitted format. It also records the error in the Debian::LicenseReconcile::Errors system.
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.20.2 2015-11-17 Debian::License...ile::FormatSpec(3pm)