On Jul 1, 12:22 pm, [EMAIL PROTECTED] (Randal L. Schwartz) wrote:
> I tried not to have to explain all this in my previous post, but since
> you challenged my brief explanation, here's the details, yet again. Please,
> just trust me when I say things in the future. It's faster. :)
For fun, I wil
> "Amit" == Amit Saxena <[EMAIL PROTECTED]> writes:
Amit> Is there a way to convert the perl packages from CPAN to binary packages
Amit> in linux like rpm etc.
Not without thinking about the overlap problem by hand.
This is what ActiveState does for PPM, and why the entire CPAN isn't
automat
Is there a way to convert the perl packages from CPAN to binary packages in
linux like rpm etc.
This way, it's easy for installation, uninstallation of the modules.
On Tue, Jul 1, 2008 at 9:52 PM, Randal L. Schwartz <[EMAIL PROTECTED]>
wrote:
> > "Telemachus" == Telemachus <[EMAIL PROTECTED
> "Telemachus" == Telemachus <[EMAIL PROTECTED]> writes:
Telemachus> On Jun 22, 3:32 pm, [EMAIL PROTECTED] (Randal L. Schwartz) wrote:
>> Note: the CPAN Shell and the CPAN-PLUS Shell are not package managers, and
>> have no uninstall capability.
Telemachus> Cpan-plus can uninstall, but only
On Jun 22, 3:32 pm, [EMAIL PROTECTED] (Randal L. Schwartz) wrote:
> Note: the CPAN Shell and the CPAN-PLUS Shell are not package managers, and
> have no uninstall capability.
Cpan-plus can uninstall, but only if you installed the module with
cpan-plus originally. I thought that was one of the main
> ""Rajnikant"" == "Rajnikant" <[EMAIL PROTECTED]> writes:
"Rajnikant"> How can I uninstall these modules from my perl?
If you installed them with a vendor-provided package manager
(rpm, yum, etc), see the instructions provided with your package manager.
Note: the CPAN Shell and the CPAN-PL