[Bps-public-commit] rt-extension-rest2 branch, master, updated. 41c27e38e5d77db2974b1cc0bbaaeed4aaa01386

Jim Brandt jbrandt at bestpractical.com
Tue Oct 17 10:51:43 EDT 2017


The branch, master has been updated
       via  41c27e38e5d77db2974b1cc0bbaaeed4aaa01386 (commit)
      from  287f9bac8a4e3679392e07f0121f9a8371832f3a (commit)

Summary of changes:
 Makefile.PL | 1 +
 1 file changed, 1 insertion(+)

- Log -----------------------------------------------------------------
commit 41c27e38e5d77db2974b1cc0bbaaeed4aaa01386
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Tue Oct 17 10:51:07 2017 -0400

    Add Test::WWW::Mechanize::PSGI as a testing dependency

diff --git a/Makefile.PL b/Makefile.PL
index 1ad4fdc..1453db4 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -26,6 +26,7 @@ recommends 'JSON::XS';
 
 test_requires 'Try::Tiny';
 test_requires 'Test::Deep';
+test_requires 'Test::WWW::Mechanize::PSGI';
 
 my ($lp) = ($INC{'RT.pm'} =~ /^(.*)[\\\/]/);
 my $lib_path = join( ' ', "$RT::LocalPath/lib", $lp );

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list