perl: generalize the Git::LoadCPAN facility
[git.git] / perl / Git / LoadCPAN / Error.pm
blobc6d2c45d808b2ec553f53f15ad5f495844199ac0
1 package Git::LoadCPAN::Error;
2 use 5.008;
3 use strict;
4 use warnings;
5 use Git::LoadCPAN (
6 module => 'Error',
7 import => 1,
8 );