projects
/
gitmo/MooseX-ClassAttribute.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c06fcd2
)
Switch to traditional Makefile.PL
0.11
Dave Rolsky [Wed, 10 Feb 2010 00:44:12 +0000 (18:44 -0600)]
Build.PL
patch
|
blob
|
blame
|
history
diff --git
a/Build.PL
b/Build.PL
index
b1dc9db
..
0224dd7
100644
(file)
--- a/
Build.PL
+++ b/
Build.PL
@@
-14,7
+14,7
@@
my $builder = Module::Build->new(
'Scalar::Util' => '0',
'Test::More' => '0.88',
},
- create_makefile_pl => 'passthrough',
+ create_makefile_pl => 'traditional',
create_readme => 1,
sign => 1,
);