Skip to content

Commit

Permalink
Bundle platypus using Module::Install::Bundle::Platypus
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Mar 10, 2011
1 parent e348be7 commit 9ec5441
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile.PL
Expand Up @@ -4,6 +4,14 @@ 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';
Expand Down

0 comments on commit 9ec5441

Please sign in to comment.