Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: How do I install activestate patch=22552

by AcidHawk (Vicar)
on Apr 13, 2004 at 15:35 UTC ( [id://344754]=note: print w/replies, xml ) Need Help??


in reply to How do I install activestate patch=22552

This is an interesting question. I am in the same boat, running 5.8.3 build 809 on XP Pro.

All I have been able to find is the following

If you are applying these patches, you'll need to make sure you have GNU patch v2.5 or later and the latest release against which the diffs are made. Some files in the perl distribution have carriage-ret +urns by design. You'll need to remove them before you you can apply the patches. % find -name \* -print | xargs perl -pi -e 's/\r$//' % patch -p1 -N < diffs/3479 % patch -p1 -N < diffs/3480 [..etc..]

in the

Readme in patch dir

Let us know if you find anything more.

-----
Of all the things I've lost in my life, its my mind I miss the most.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://344754]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-24 06:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found