blob: 5d84c202884b7cb7cea576ea1a6f146b2e653ae2 [file] [log] [blame]
package Git::LoadCPAN::Error;
use 5.008;
use strict;
use warnings $ENV{GIT_PERL_FATAL_WARNINGS} ? qw(FATAL all) : ();
use Git::LoadCPAN (
module => 'Error',
import => 1,
);
1;