This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
update t/porting/filenames.t to check for path components contaning two
[perl5.git] / symbian / README
CommitLineData
27da23d5
JH
1The PerlApp* files are a demonstration application for the CPerlBase
2class, which is defined and implemented by the PerlBase* files.
3The rest of the files are part of the Symbian base port.
4
5All files are Copyright (c) Nokia, 2004-2005, all rights reserved,
6and licensed under the same terms as Perl itself.
7
8Once the 'sdkinstall' make target has been run in the top level,
9the PerlApp can be built using the standard Symbian way:
10
11 bldmake bldfiles
12 abld build wins udeb
13 abld build thumb urel
14
15and then packaged into a SIS by:
16
17 makesis PerlApp.pkg
18
19--
20