perl / Git / LoadCPAN / Error.pmon commit Merge branch 'py/call-do-quit-before-exit' of github.com:gitster/git-gui into py/git-gui-do-quit (0d88f3d)
   1package Git::LoadCPAN::Error;
   2use 5.008;
   3use strict;
   4use warnings;
   5use Git::LoadCPAN (
   6        module => 'Error',
   7        import => 1,
   8);
   9
  101;