aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2010-10-13 06:18:40 -0700
committerAdam Vandenberg2010-10-13 06:18:40 -0700
commit3e1362138c70ded8ff08e2ad23e777292e582315 (patch)
tree6cd7ebcf11088bdaeef593ef2a1ea9fdd46cf823 /Library/Formula
parent2f5e98f92b435ac956c8d9f3888cd163f0f34a5e (diff)
downloadhomebrew-3e1362138c70ded8ff08e2ad23e777292e582315.tar.bz2
Fix audit warnings
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ttytter.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ttytter.rb b/Library/Formula/ttytter.rb
index 7ed8c61db..5f18bdb25 100644
--- a/Library/Formula/ttytter.rb
+++ b/Library/Formula/ttytter.rb
@@ -7,12 +7,12 @@ class Ttytter <ScriptFileFormula
def install
bin.install '1.1.06.txt' => 'ttytter'
- end
+ end
def caveats; <<-EOS.undent
To take full advantage of readline features you must install readline:
$ brew install readline
- and the Perl Module Term::ReadLine::TTYtter
+ and the Perl Module Term::ReadLine::TTYtter
$ cpan -i Term::ReadLine::TTYtter
Or if you have cpanminus:
$ cpanm Term::ReadLine::TTYtter