The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Git::Lint::Check - constructor for Git::Lint::Check modules

SYNOPSIS

 use Git::Lint::Check;

 my $check = Git::Lint::Check->new();

DESCRIPTION

Git::Lint::Check provides a contructor for child modules.

This module is not meant to be initialized directly.

CONSTRUCTOR

new

Returns the Git::Lint::Check object.