Upgrade to Devel::PPPort 3.08_06
[p5sagit/p5-mst-13.2.git] / Porting / makerel
index c2a04a9..d4022bb 100644 (file)
@@ -106,6 +106,8 @@ my @exe = qw(
     Porting/*.pl
     mpeix/nm
     mpeix/relink
+    Cross/generate_config_sh
+    Cross/warp
 );
 system("chmod +x @exe") == 0
     or die "system: $!";
@@ -149,11 +151,17 @@ system("chmod +w @writables") == 0
     or die "system: $!";
 
 print "Adding CRs to DOSish files...\n";
+# This list is also in curliff.pl.
 my @crlf = qw(
     djgpp/configure.bat
     README.ce
     README.dos
+    README.symbian
     README.win32
+    symbian/config.pl
+    symbian/makesis.pl
+    symbian/README
+    symbian/xsbuild.pl
     win32/Makefile
     win32/makefile.mk
     wince/Makefile.ce