Re: How to upgrade local module using -MCPAN?
On 5/26/05, Yu Wang wrote:
> Hi, All
>
> I am curious about how to upgrade local module in 'perl -MCPAN -e shell'?
>
> Thanks!
>
> Yu
>
Do an install, this will replace and effectively upgrade the module.
There are exceptions, specific modules where this "upgrade" might
cause you to have 2 versions of certain files, but for most cases a
simple:
cpan> install Module::Name
should work.
HTH,
--
Offer Kaye
.
Relevant Pages
- Re: Not Receiving New Mail Notification
... exceptions (one for each install location). ... If you don't wish to go the route of an exception in the firewall, ... only Outlook 2003 can be configured to use a static ... (microsoft.public.outlook.general) - Re: Additional reference for Error messages?
... > During debug VS automatically install the System_SR_enu.cab. ... > error messages when exceptions are encountered. ... >> isn't one in the list of available .NET references that seems to be it. ... (microsoft.public.dotnet.framework.compactframework) - Re: Build and Debug Menus in VS 2005
... On the Debug Menu I am *missing* the following: ... The exceptions going missing has caused me several wasted hours trying to ... them disappear or not install causes all kinds of grief. ... (microsoft.public.dotnet.general) - Re: VS.Net debugger problem
... Dr Indera ... Once you install VS, it will register itself as a JIT Debugger will allow ... you to debug any application that causes exceptions. ... (microsoft.public.vstudio.development) - Re: Additional reference for Error messages?
... During debug VS automatically install the System_SR_enu.cab. ... error messages when exceptions are encountered. ... > A friend of mine said that many Exceptions are not included in the Compact ... (microsoft.public.dotnet.framework.compactframework) |
|