perl / Git / LoadCPAN / Error.pmon commit Merge tag 'v2.23.0-rc0' of git://git.kernel.org/pub/scm/git/git (eccd872)
   1package Git::LoadCPAN::Error;
   2use 5.008;
   3use strict;
   4use warnings;
   5use Git::LoadCPAN (
   6        module => 'Error',
   7        import => 1,
   8);
   9
  101;