This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don't remove --tarball
[perl5.git] / Porting / curliff.pl
old mode 100644 (file)
new mode 100755 (executable)
index 636dccd..d7c7591
@@ -10,16 +10,23 @@ use strict;
 
 use vars qw($r);
 
+# This list is also in makerel.
 my @FILES = 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/compile-all.bat
-              wince/README.perlce
-              wince/registry.bat
+              win32/Makefile.ce
+              win32/ce-helpers/compile-all.bat
+              win32/ce-helpers/compile.bat
+              win32/ce-helpers/registry.bat
               );
 
 {