Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Error.pm « LoadCPAN « Git « perl - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5cecb0fcd6930a1806aafdaacee9312aa7e8212e (plain)
1
2
3
4
5
6
7
8
9
10
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;