[Bps-public-commit] r17413 - Net-Trac/trunk
trs at bestpractical.com
trs at bestpractical.com
Mon Dec 29 19:23:33 EST 2008
Author: trs
Date: Mon Dec 29 19:23:32 2008
New Revision: 17413
Modified:
Net-Trac/trunk/ (props changed)
Net-Trac/trunk/Makefile.PL
Log:
r43262 at zot: tom | 2008-12-29 19:23:22 -0500
Add an explicit dep on WWW::Mechanize 1.52 because of basic credential differences before then
Modified: Net-Trac/trunk/Makefile.PL
==============================================================================
--- Net-Trac/trunk/Makefile.PL (original)
+++ Net-Trac/trunk/Makefile.PL Mon Dec 29 19:23:32 2008
@@ -2,18 +2,20 @@
use strict;
use inc::Module::Install;
-name 'Net-Trac';
-all_from 'lib/Net/Trac.pm';
-license 'perl';
+name 'Net-Trac';
+all_from 'lib/Net/Trac.pm';
+license 'perl';
+
requires 'Moose';
requires 'URI';
requires 'IO::Scalar';
-requires 'XML::Feed';
+requires 'XML::Feed';
requires 'Text::CSV_XS';
requires 'LWP::Simple';
-
requires 'Params::Validate';
+requires 'WWW::Mechanize' => '1.52';
auto_install;
sign;
WriteAll;
+
More information about the Bps-public-commit
mailing list