projects
/
p5sagit/Sub-Name.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
document the new repository(ies)
[p5sagit/Sub-Name.git]
/
Makefile.PL
1
use strict;
2
use warnings;
3
use lib 'inc';
4
use ExtUtils::MakeMaker::Dist::Zilla::Develop;
5
WriteMakefile(
6
NAME => 'Sub::Name',
7
VERSION_FROM => 'lib/Sub/Name.pm',
8
INSTALLMAN1DIR => 'none',
9
INSTALLMAN3DIR => 'none',
10
);