Op 12-02-11 20:55, Shawn H Corey schreef:
> On 11-02-12 05:28 AM, Claudio Ramirez wrote:
>> I am the author of the post you refer to. Maybe it would be a good idea
> 
> I found the cause of most of my problems.  The first line of cpanm is;
> 
> #!/usr/bin/perl
> 
> I changed it to :
> 
> #!/home/shawn/perl5/perlbrew/perls/perl-5.12.2/bin/perl
> 
> 
> Hopefully, this is the last change I have to make.
> 
> 

That's because you are not using a cpanm installed for your perlbrew
version. This is my config without any manual changes:

claudio@brugge:~/Code$ which cpanm
/home/claudio/lib/perlbrew/perls/perl-5.12.3/bin/cpanm
claudio@brugge:~/Code$ head -1 `which cpanm`
#!/home/claudio/lib/perlbrew/perls/perl-5.12.3/bin/perl

C.
_______________________________________________
Padre-dev mailing list
Padre-dev@perlide.org
http://mail.perlide.org/mailman/listinfo/padre-dev

Reply via email to