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