projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0f0abc9
)
changed WriteAll; to WriteAll(); in Makefile.PL because of some sort of installation...
Rafael Kitover [Tue, 17 Feb 2009 22:39:59 +0000 (22:39 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
1f044f6
..
5db52ab
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-145,7
+145,7
@@
EOE
}
-WriteAll;
+WriteAll();
if ($Module::Install::AUTHOR) {