Check installed Perl modules
Check your installed Perl modules for the existence and version of the Perl modules that are not included in some Perl distributions.
- Open a Windows command prompt to run as administrator.
-
Run the following. Type:
perl -e "use Win32::NetAdmin; print $Win32::NetAdmin::VERSION;"
perl -e "use Win32::TieRegistry; print $Win32::TieRegistry::VERSION;"
perl -e "use Win32::FileSecurity;print $Win32::FileSecurity::VERSION"
perl -e "use Win32::Shortcut; print $Win32::Shortcut::VERSION;"
-
If you are missing any Perl modules or the NetAdmin level is not 0.13 or higher and/or TieRegistry is not 0.29 or higher, complete
the remaining step in this procedure.
For Active Perl
ppm update Win32::NetAdmin
ppm update Win32::TieRegistry
For Strawberry Perl
cpan -f Win32::NetAdmin
cpan -f Win32::TieRegistry
cpan -f Win32::FileSecurity
cpan -f Win32::Shortcut