Re: [PATCH] Hash::Util::FieldHash
authorYves Orton <demerphq@gmail.com>
Sat, 24 Jun 2006 13:19:35 +0000 (15:19 +0200)
committerSteve Peters <steve@fisharerojo.org>
Sun, 25 Jun 2006 01:45:51 +0000 (01:45 +0000)
Message-ID: <9b18b3110606240419p1b5a2072t3867306925a3ce46@mail.gmail.com>

p4raw-id: //depot/perl@28423

ext/Hash/Util/FieldHash/Makefile.PL

index 1ec06ef..09b8ecc 100644 (file)
@@ -16,5 +16,5 @@ WriteMakefile(
     INC               => '', # e.g., '-I/usr/include/other'
        # Un-comment this if you add C files to link with later:
     # OBJECT            => '$(O_FILES)', # link all the C files too
-    CCFLAGS             => '-Wuninitialized',
+    CCFLAGS             => '-Wuninitialized',
 );