projects
/
git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'ds/commit-graph'
[git]
/
perl
/
Git
/
LoadCPAN
/
Error.pm
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
);
9
10
1;