Skip to content

Instantly share code, notes, and snippets.

@nunorc
Created August 24, 2012 14:09
Show Gist options
  • Save nunorc/3451005 to your computer and use it in GitHub Desktop.
Save nunorc/3451005 to your computer and use it in GitHub Desktop.
JSON::Diffable fix Makefile.PL typo
diff --git a/Makefile.PL b/Makefile.PL
index 7c5ca12..3a4b73f 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -19,7 +19,7 @@ my $mymeta = do { no warnings; $ExtUtils::MakeMaker::VERSION >
WriteMakefile(
NAME => 'JSON-Diffable',
- VERSION_FROM => 'lib/JSON/Diffable.pm'
+ VERSION_FROM => 'lib/JSON/Diffable.pm',
PREREQ_PM => {
%requires,
($mymeta_works ? () : (%build_requires)),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment