[Rt-commit] rt branch, master, updated. rt-4.4.2-91-ga616510

Alex Vandiver alexmv at bestpractical.com
Thu Nov 23 03:30:52 EST 2017


The branch, master has been updated
       via  a616510c100a30d769bf7cb94c84e1ba132e4d4c (commit)
      from  59a1306aeacc9094c1a938ffa000732a527251ad (commit)

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

- Log -----------------------------------------------------------------
commit a616510c100a30d769bf7cb94c84e1ba132e4d4c
Author: Alex Vandiver <alex at chmrr.net>
Date:   Thu Nov 23 00:27:38 2017 -0800

    Fix the version spec for LWP
    
    This is a typo introduced in the merge-up of 4.4-trunk, acc81b5d

diff --git a/etc/cpanfile b/etc/cpanfile
index 2bfdcda..c29e8a6 100644
--- a/etc/cpanfile
+++ b/etc/cpanfile
@@ -100,7 +100,7 @@ requires 'Pod::Usage';
 # CLI
 requires 'Getopt::Long', '>= 2.24';
 requires 'HTTP::Request::Common';
-requires 'LWP' '>= 6.02';
+requires 'LWP', '>= 6.02';
 requires 'Term::ReadKey';
 requires 'Term::ReadLine';
 requires 'Text::ParseWords';

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


More information about the rt-commit mailing list