[Bps-public-commit] brackup branch, master, updated. 84eadac21bd264da8e295c2698d92bbe2109a735
Alex Vandiver
alexmv at bestpractical.com
Thu Jan 15 17:18:41 EST 2015
The branch, master has been updated
via 84eadac21bd264da8e295c2698d92bbe2109a735 (commit)
from 014d788ec70cf15ada05658a52b7ca16532fc69e (commit)
Summary of changes:
Makefile.PL | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit 84eadac21bd264da8e295c2698d92bbe2109a735
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Thu Jan 15 17:18:39 2015 -0500
Brackup::Webhook also has an LWP dep
diff --git a/Makefile.PL b/Makefile.PL
index c0950ed..0127bc6 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -20,6 +20,7 @@ WriteMakefile( NAME => 'Brackup',
'Try::Tiny' => 0,
'Test::More' => 0.88, # For done_testing
'JSON' => 0,
+ 'LWP::UserAgent' => 0,
},
ABSTRACT_FROM => 'lib/Brackup.pm',
AUTHOR => 'Brad Fitzpatrick <brad at danga.com>',
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list