diff options
Diffstat (limited to 'wince/FindExt.pm')
-rw-r--r-- | wince/FindExt.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wince/FindExt.pm b/wince/FindExt.pm index 831250313d..30392687d1 100644 --- a/wince/FindExt.pm +++ b/wince/FindExt.pm @@ -1,4 +1,7 @@ package FindExt; + +our $VERSION = '1.00'; + use strict; use File::Find; use File::Basename; |