[Rt-commit] rt branch, master, updated. rt-4.4.4-697-g29c9ebba84

? sunnavy sunnavy at bestpractical.com
Mon Jan 13 17:04:00 EST 2020


The branch, master has been updated
       via  29c9ebba84c647a19e84ed72bebcb663c0fd756d (commit)
      from  aa2bf1e095b4fdbf5b3e33c52214f383bfaa52d6 (commit)

Summary of changes:
 etc/cpanfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 29c9ebba84c647a19e84ed72bebcb663c0fd756d
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Sat Jan 11 06:44:51 2020 +0800

    Require WWW::Mechanize 1.80 for "all_forms_with_fields" method
    
    We use the method in t/web/queue_caching.t

diff --git a/etc/cpanfile b/etc/cpanfile
index 8a542d2729..5de533a7f2 100644
--- a/etc/cpanfile
+++ b/etc/cpanfile
@@ -130,7 +130,7 @@ on 'develop' => sub {
     requires 'Test::Warn';
     requires 'Test::WWW::Mechanize', '>= 1.30';
     requires 'Test::WWW::Mechanize::PSGI';
-    requires 'WWW::Mechanize', '>= 1.52';
+    requires 'WWW::Mechanize', '>= 1.80';
     requires 'XML::Simple';
 };
 

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


More information about the rt-commit mailing list