Panel/Agent-Windows/OGP64/usr/share/perl5/Git/LoadCPAN/Error.pm
2026-06-06 18:46:40 -04:00

10 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;