diff options
author | David Steinbrunner <dsteinbrunner@pobox.com> | 2013-05-21 06:48:17 -0400 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2013-05-24 00:59:31 +0200 |
commit | f5323a256eff3c470c70f3ef7872ca9dbf29e3ac (patch) | |
tree | 25ab8f2a20ddb35bc0625168a3d1b0835e49cb09 /win32/ce-helpers | |
parent | 48ef1d7bfd88b4eb0955de1eb67610a6e186a3a5 (diff) | |
download | perl-f5323a256eff3c470c70f3ef7872ca9dbf29e3ac.tar.gz |
typo fixes for win32 scripts
Diffstat (limited to 'win32/ce-helpers')
-rw-r--r-- | win32/ce-helpers/makedist.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/ce-helpers/makedist.pl b/win32/ce-helpers/makedist.pl index 85812673e4..4d1f576621 100644 --- a/win32/ce-helpers/makedist.pl +++ b/win32/ce-helpers/makedist.pl @@ -15,7 +15,7 @@ my %opts = ( 'cross-name' => 'wince', 'strip-pod' => 0, # strip POD from perl modules 'adaptation' => 1, # do some adaptation, such as stripping such - # occurences as "if ($^O eq 'VMS'){...}" for Dynaloader.pm + # occurrences as "if ($^O eq 'VMS'){...}" for Dynaloader.pm 'zip' => 0, # perform zip 'clean-exts' => 0, #options itself |