in reply to Module::Starter in Windows fails due to getpwuid() not working

If you specify the author manually, you don't need getpwuid.

use strict; use warnings; use Module::Starter; my %args = ( modules => [ 'Hdb' ], author => 'hdb', email => 'hdb@some.de', ); Module::Starter->create_distro(%args);
  • Comment on Re: Module::Starter in Windows fails due to getpwuid() not working
  • Download Code