projects
/
scpubgit/Object-Remote.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
change log init to be entirely with in object::remote::logging
[scpubgit/Object-Remote.git]
/
maint
/
Makefile.PL.include
1
BEGIN {
2
-e 'Distar'
3
or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git")
4
}
5
use lib 'Distar/lib';
6
use Distar;
7
8
author 'mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>';
9
10
manifest_include(
11
bin => qr/.*/
12
);
13
14
manifest_include(
15
't/data' => qr/.*/
16
);