in reply to Re^4: Installing Javascript.pm on XP
in thread Installing Javascript.pm on XP
If running diff -ruN olddir newwdir > patch, its probably wise to make clean (or make realclean) first (results in smaller patches :D).diff -ruN old new > patch diff -u pp.c~ pp.c > patch diff -u t/op/pack.t~ t/op/pack.t >> patch diff -u pod/perlfunc.pod~ pod/perlfunc.pod >> patch # to apply run # patch -p1 -N < patch
http://perldoc.perl.org/perlhack.html#Submitting-patches http://perldoc.perl.org/perlhack.html#Patching
|
|---|