From 5295eb2db88739acfef3c99e827862eeaebceb30 Mon Sep 17 00:00:00 2001 From: mike Date: Fri, 14 Sep 2007 10:36:43 +0000 Subject: [PATCH 1/1] Comment. --- Makefile.PL | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 985745c..af16a93 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,6 @@ -# $Id: Makefile.PL,v 1.21 2007-09-10 14:19:10 mike Exp $ +# $Id: Makefile.PL,v 1.22 2007-09-14 10:36:43 mike Exp $ + +# Use: perl Makefile.PL OPTIMIZE="-O0 -g -Wdeclaration-after-statement" use 5.008; use ExtUtils::MakeMaker; -- 1.7.10.4