Bug in webpage ?

2016-05-13 Thread sisyphus1

Hi,

As regards http://strawberryperl.com/releases.html, line 43 of the html 
source is:


5.24.0.1 / 32bit - href="release-notes/5.24.0.1-32bit.html">Release Notes


I suspect we need to  =~ s/32/64/g that line.

Cheers,
Rob 



Re: Bug in webpage ?

2016-05-13 Thread kmx

Fixed, thanks for reporting this typo.

--
kmx

On 13.5.2016 14:13, sisyph...@optusnet.com.au wrote:

Hi,

As regards http://strawberryperl.com/releases.html, line 43 of the html 
source is:


5.24.0.1 / 32bit - href="release-notes/5.24.0.1-32bit.html">Release Notes


I suspect we need to  =~ s/32/64/g that line.

Cheers,
Rob





Portable zip turns out to be relocatable instead

2016-05-13 Thread sisyphus1

Hi,

I grabbed:

http://strawberryperl.com/download/5.22.2.1/strawberry-perl-ld-5.22.2.1-64bit-PDL.zip

but (unless I've messed something up) I'm finding it's "relocatable", 
whereas I expected it to be "portable".


No such problem with the 5.24.0 version.

Cheers,
Rob