Skip Menu |

This queue is for tickets about the SOAP-Lite CPAN distribution.

Report information
The Basics
Id: 83204
Status: rejected
Priority: 0/
Queue: SOAP-Lite

People
Owner: Nobody in particular
Requestors: cvee [...] me.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: SOAP-Lite-0.715 - Unknown Command Line Options
Date: Thu, 07 Feb 2013 14:13:31 -0800
To: bug-SOAP-Lite [...] rt.cpan.org
From: Chris Verwymeren <cvee [...] me.com>
When generating the Makefile I’m attempting to customize the prerequisites SOAP-Lite using the following instructions: $ perl Makefile.PL --help Usage: perl Makefile.PL <options> Possible options are: --noprompt Disable interactive dialog --help, -? Display this help text [Do not] install prerequisites for appropriate module: --[no]install-SOAP-Lite --[no]Lite --[no]install-SOAP-Transport-HTTP --[no]HTTP --[no]install-SOAP-Transport-HTTPS-Client --[no]HTTPS-Client --[no]install-SOAP-Transport-MAILTO-Client --[no]MAILTO-Client --[no]install-SOAP-Transport-FTP-Client --[no]FTP-Client --[no]install-SOAP-Transport-TCP-Client --[no]TCP-Client --[no]install-SOAP-Transport-HTTP-Daemon --[no]HTTP-Daemon --[no]install-SOAP-Transport-HTTP-Apache --[no]HTTP-Apache --[no]install-SOAP-Transport-HTTP-FCGI --[no]HTTP-FCGI --[no]install-SOAP-Transport-POP3-Server --[no]POP3-Server --[no]install-SOAP-Transport-IO-Server --[no]IO-Server --[no]install-SOAP-Transport-MQ --[no]MQ --[no]install-SOAP-Transport-JABBER --[no]JABBER --[no]install-SOAP-Packager-MIME --[no]Packager-MIME --[no]install-SOAP-Packager-DIME --[no]Packager-DIME --[no]install-SOAP-Transport-TCP --[no]TCP --[no]install-SOAP-Transport-HTTP --[no]HTTP --[no]install-SOAP-Lite --[no]Lite Supplying install prerequisites on the command line results in an “Unknown option” error: $ perl Makefile.PL --noprompt --noinstall-SOAP-Transport-HTTP-Daemon Unknown option: noinstall-soap-transport-http-daemon $ perl Makefile.PL --noprompt --noinstall-SOAP-Transport-TCP Unknown option: noinstall-soap-transport-tcp Are these options no longer supported?
Moving to a simpler Makefile.PL so these are no longer supported.