projects
/
gitmo/MooseX-StrictConstructor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
dd4d43f
)
Use traditional Makefile.PL
Dave Rolsky [Sun, 4 Apr 2010 02:14:38 +0000 (21:14 -0500)]
Build.PL
patch
|
blob
|
blame
|
history
diff --git
a/Build.PL
b/Build.PL
index
c5a358a
..
8815ba0
100644
(file)
--- a/
Build.PL
+++ b/
Build.PL
@@
-14,7
+14,7
@@
my $builder = Module::Build->new(
build_requires => {
'Test::More' => '0.88',
},
- create_makefile_pl => 'passthrough',
+ create_makefile_pl => 'traditional',
create_readme => 1,
sign => 1,
);