Re: Perl upgrade
by moritz (Cardinal) on Jun 13, 2012 at 09:32 UTC
|
Bundle perl 5.16, run your unit tests, and fix any fallout. If your test coverage is good enough, that should catch most of the changes.
You might also find A Porter's Tale of interest.
| [reply] |
|
|
Legacy library will be removed from the Perl core distribution in the
+ next
r release. Please install it from the CPAN distribution Perl4::CoreLib
+s. It
eing used at , line .
I am not getting this...`pwd` is a part of unix shell..Am I missing something? | [reply] [d/l] |
|
|
I am not getting this...`pwd` is a part of unix shell..Am I missing something?
Yes, the full path to this pwd program
Do not add @INC to your $PATH
| [reply] |
|
|
Re: Perl upgrade
by Ralesk (Pilgrim) on Jun 13, 2012 at 11:47 UTC
|
You should leave the system’s 5.6 alone as probably too many other things depend on it. Use perlbrew to install a separate Perl with whatever modules you wish (using cpanm installed by perlbrew), and then work on your software to make it compatible with the more modern Perl release of your choice.
| [reply] |
|
|
I definitely “second the motion” that you should not disturb the operating system’s installed version of Perl since many system management tools could depend on it.
If you are indeed using a system with a Perl that old (e.g. CentOS 5) you probably should seriously consider upgrading it.
| |
|
|
Hi Monks..
Please forgive me for my unawareness as I am novice.Actually in my application bundled Perl , Path( lib, site , bin etc) are in different directory...
What I did right now I installed Perl on my machine and copied it into my application correct directory ( as lib in <app>/perl5/lib )...
But I am having problem in installing module...can't run cpan from this extracted perl
Please any advise..
| [reply] |
|
|
Re: Perl upgrade
by Ralesk (Pilgrim) on Jun 14, 2012 at 06:34 UTC
|
You mention Windows and you also mention bundled Perl — so what exactly is this? An application made with ActivePerl for example?
I think we definitely need more detail to be able to help you properly.
| [reply] |
|
|
Having "<app-home>Windows/perl5/lib"<br/>
looking c:/Perl/lib<br/>
What is the best way to install modules into these custom locations?
| [reply] [d/l] |
|
|
| [reply] |