diff options
Diffstat (limited to 'lib/File/Spec.pm')
-rw-r--r-- | lib/File/Spec.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/File/Spec.pm b/lib/File/Spec.pm index e1986a96d6..7cb7192188 100644 --- a/lib/File/Spec.pm +++ b/lib/File/Spec.pm @@ -12,6 +12,7 @@ my %module = (MacOS => 'Mac', VMS => 'VMS', epoc => 'Epoc', NetWare => 'Win32', # Yes, File::Spec::Win32 works on NetWare. + symbian => 'Win32', # Yes, File::Spec::Win32 works on symbian. dos => 'OS2', # Yes, File::Spec::OS2 works on DJGPP. cygwin => 'Cygwin'); |