tvl-depot/third_party/git/perl/Git/LoadCPAN/Error.pm

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
128 B
Perl
Raw Normal View History

package Git::LoadCPAN::Error;
use 5.008;
use strict;
use warnings;
use Git::LoadCPAN (
module => 'Error',
import => 1,
);
1;