Files
laragon/bin/git/mingw64/share/perl5/Git/LoadCPAN/Error.pm
2025-10-05 17:33:37 +02:00

11 lines
182 B
Perl

package Git::LoadCPAN::Error;
use 5.008001;
use strict;
use warnings $ENV{GIT_PERL_FATAL_WARNINGS} ? qw(FATAL all) : ();
use Git::LoadCPAN (
module => 'Error',
import => 1,
);
1;