Skip to content

Instantly share code, notes, and snippets.

@syohex
Created October 2, 2012 06:33
Show Gist options
  • Save syohex/3816814 to your computer and use it in GitHub Desktop.
Save syohex/3816814 to your computer and use it in GitHub Desktop.
Patch for Makefile.PL in Geohash
diff --git a/Makefile.PL b/Makefile.PL
index f09d12b..c8a820a 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -8,7 +8,7 @@ githubmeta;
requires 'parent';
requires 'Geo::Hash';
build_requires 'Test::More';
-build_requires 'Test::Require';
+build_requires 'Test::Requires';
tests 't/*.t';
author_tests 'xt';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment