in reply to Unable to use Module::Starter::AddModule under windows
withsystem( './Build', 'manifest' );
or with justsystem($^X, './Build', 'manifest' );
system($^X 'Build', 'manifest' );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Unable to use Module::Starter::AddModule under windows
by Corion (Patriarch) on Aug 01, 2018 at 07:00 UTC | |
by syphilis (Archbishop) on Aug 01, 2018 at 10:26 UTC | |
|
Re^2: Unable to use Module::Starter::AddModule under windows
by BillKSmith (Monsignor) on Aug 01, 2018 at 03:10 UTC |