Created
October 2, 2012 06:33
-
-
Save syohex/3816814 to your computer and use it in GitHub Desktop.
Patch for Makefile.PL in Geohash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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