From 7fcf7aa07d5800e648911a890556af51f44bcc37 Mon Sep 17 00:00:00 2001 From: Ben Cotton Date: Mon, 21 Jan 2013 17:12:13 -0500 Subject: [PATCH] Correct the name of Guitar Hero's creator --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 99513ae..e4ff267 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,7 +9,7 @@ WriteMakefile NAME => 'TerminalHero', ($[ >= 5.000) ? (AUTHOR => 'Maciej Ciemborowicz (pub@ciemborowicz.pl)', - ABSTRACT => 'Linux society\'s response to Microsoft\'s Guitar Hero. :)') : (), + ABSTRACT => 'Linux society\'s response to Activision\'s Guitar Hero. :)') : (), VERSION => '1.0', PREREQ_PM => { 'Term::ReadKey' => 0,