From 19cb12d705c52998c23bcd2bf2fe4e106b1d3bcb Mon Sep 17 00:00:00 2001 From: Björn Date: Tue, 24 Jun 2014 16:35:43 +0200 Subject: xmlformat: use perl version Since Ruby 2 the ruby version issues many syntax warnings and OSX ships also with Ruby >2. Fortunately there is a Perl version on the same archive that does exactly the same thing. OSX ships with Perl 5, so we're fine. Closes #30411. Signed-off-by: Mike McQuaid --- Library/Formula/xmlformat.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/xmlformat.rb b/Library/Formula/xmlformat.rb index 17be8cae2..8a5f29deb 100644 --- a/Library/Formula/xmlformat.rb +++ b/Library/Formula/xmlformat.rb @@ -6,6 +6,6 @@ class Xmlformat < Formula sha1 '405057df0b8160775d486b671348820359b4b85d' def install - bin.install "xmlformat.rb" => "xmlformat" + bin.install "xmlformat.pl" => "xmlformat" end end -- cgit v1.2.3