Start the 2.46 cycle
[git.git] / perl / Git / LoadCPAN / Error.pm
blob5cecb0fcd6930a1806aafdaacee9312aa7e8212e
1 package Git::LoadCPAN::Error;
2 use 5.008001;
3 use strict;
4 use warnings $ENV{GIT_PERL_FATAL_WARNINGS} ? qw(FATAL all) : ();
5 use Git::LoadCPAN (
6 module => 'Error',
7 import => 1,
8 );