public
Description: Growl github updates
Homepage: http://github.com/miyagawa/github-growler/downloads
Clone URL: git://github.com/miyagawa/github-growler.git
Tatsuhiko Miyagawa (author)
Sat Nov 07 21:15:28 -0800 2009
github-growler / Makefile.PL
100644 15 lines (11 sloc) 0.269 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
use inc::Module::Install;
 
name "github-growler";
all_from "github-growler.pl";
install_script "github-growler.pl";
 
requires 'Config::IniFiles';
requires 'Mac::Growl';
requires 'LWP::Simple';
requires 'URI';
requires 'Web::Scraper';
requires 'XML::LibXML';
 
WriteAll;