aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBaptiste Fontaine2014-12-16 00:14:40 +0100
committerJack Nagel2014-12-16 01:12:26 -0500
commitc0a58d8080b84318dd633de77f251bc57c53ba40 (patch)
tree8061468296ef4b7948e400ecc0bd64072a5fa2ed /Library
parentd2878ee45cb3856928d71b499824f2f36d59f0b4 (diff)
downloadhomebrew-c0a58d8080b84318dd633de77f251bc57c53ba40.tar.bz2
cpanminus 1.7022
Closes #35019. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cpanminus.rb8
1 files changed, 6 insertions, 2 deletions
diff --git a/Library/Formula/cpanminus.rb b/Library/Formula/cpanminus.rb
index 73c06c557..a28a72846 100644
--- a/Library/Formula/cpanminus.rb
+++ b/Library/Formula/cpanminus.rb
@@ -2,12 +2,16 @@ require "formula"
class Cpanminus < Formula
homepage "https://github.com/miyagawa/cpanminus"
- url "https://github.com/miyagawa/cpanminus/archive/1.7014.tar.gz"
- sha1 "b82e73a501b9b64d98e2dd4e7ed6b1db801619b8"
+ url "https://github.com/miyagawa/cpanminus/archive/1.7022.tar.gz"
+ sha1 "ce2e5321d676022b9e476bb8e5683ad60e13915c"
head "https://github.com/miyagawa/cpanminus.git"
def install
bin.install "cpanm"
end
+
+ test do
+ system "#{bin}/cpanm", "-V"
+ end
end