Fix Makefile.PL typo
[scpubgit/JSON-Diffable.git] / Makefile.PL
index 7c5ca12..3a4b73f 100644 (file)
@@ -19,7 +19,7 @@ my $mymeta = do { no warnings; $ExtUtils::MakeMaker::VERSION >= 6.5702 };
 
 WriteMakefile(
   NAME => 'JSON-Diffable',
-  VERSION_FROM => 'lib/JSON/Diffable.pm'
+  VERSION_FROM => 'lib/JSON/Diffable.pm',
   PREREQ_PM => {
     %requires,
     ($mymeta_works ? () : (%build_requires)),