You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-commits@perl.apache.org by rj...@apache.org on 2012/01/29 21:39:23 UTC

svn commit: r1237461 - /perl/Apache-Test/trunk/lib/Bundle/ApacheTest.pm

Author: rjung
Date: Sun Jan 29 20:39:23 2012
New Revision: 1237461

URL: http://svn.apache.org/viewvc?rev=1237461&view=rev
Log:
Add LWP::Protocol::https to Bundle::ApacheTest
and update version number of the bundle.
Otherwise https support will not be installed.

The docs of the added module tell us:

"This module used to be bundled with the libwww-perl,
but it was unbundled in v6.02 in order to be able to
declare its dependencies properly for the CPAN
tool-chain. Applications that need https support can
just declare their dependency on LWP::Protocol::https
and will no longer need to know what underlying
modules to install."

Modified:
    perl/Apache-Test/trunk/lib/Bundle/ApacheTest.pm

Modified: perl/Apache-Test/trunk/lib/Bundle/ApacheTest.pm
URL: http://svn.apache.org/viewvc/perl/Apache-Test/trunk/lib/Bundle/ApacheTest.pm?rev=1237461&r1=1237460&r2=1237461&view=diff
==============================================================================
--- perl/Apache-Test/trunk/lib/Bundle/ApacheTest.pm (original)
+++ perl/Apache-Test/trunk/lib/Bundle/ApacheTest.pm Sun Jan 29 20:39:23 2012
@@ -15,7 +15,7 @@
 #
 package Bundle::ApacheTest;
 
-$VERSION = '0.01';
+$VERSION = '0.02';
 
 1;
 
@@ -53,6 +53,8 @@ HTML::HeadParser   - To get the correct 
 
 LWP                - For libwww-perl
 
+LWP::Protocol::https - LWP plug-in for the https protocol
+
 IPC::Run3          - Used in Apache::TestSmoke
 
 =head1 DESCRIPTION