From a3ef41e008b5da7a1da2526848bf7b0c9a20bfa0 Mon Sep 17 00:00:00 2001 From: Tatsuhiko Miyagawa Date: Wed, 9 Mar 2011 20:26:57 -0800 Subject: [PATCH] undo platypus --- Makefile.PL | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 98cd1b1..5d424de 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,14 +4,6 @@ name "github-growler"; all_from "github-growler.pl"; install_script "github-growler.pl"; -bundle_platypus( - extlib => 'extlib', - script => 'github-growler.pl', - app => "Github Growler", - author => "Tatsuhiko Miyagawa", - icon => "appIcon.icns", -); - requires 'Config::IniFiles'; requires 'Cocoa::Growl'; requires 'LWP::Simple';