]> git.ipfire.org Git - thirdparty/git.git/blame - perl/Git/LoadCPAN/Error.pm
Merge branch 'ab/perl-fixes'
[thirdparty/git.git] / perl / Git / LoadCPAN / Error.pm
CommitLineData
28654678 1package Git::LoadCPAN::Error;
20d2a30f
ÆAB
2use 5.008;
3use strict;
4use warnings;
edfb7b92
ÆAB
5use Git::LoadCPAN (
6 module => 'Error',
7 import => 1,
8);
20d2a30f
ÆAB
9
101;