Fix Makefile.PL typo
Nuno Carvalho [Sat, 25 Aug 2012 00:22:39 +0000 (01:22 +0100)]
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)),