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

index 1f044f6..5db52ab 100644 (file)
@@ -145,7 +145,7 @@ EOE
 }
 
 
-WriteAll;
+WriteAll();
 
 
 if ($Module::Install::AUTHOR) {