The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.