module-starter icon indicating copy to clipboard operation
module-starter copied to clipboard

create_distro does not return the files created

Open XSven opened this issue 6 months ago • 0 comments

I do not understand the comment

# XXX: no need to return the files created

in Module::Starter::Simple::create_distro().

I want to write a Module::Starter::Plugin and obviously I want to test the files created if the plugin is active. The most straight forward way is to ask the engine plugin Module::Starter::Simple to provide theses files. Module::Starter::Simple::create_distro() has a lexically scoped variable @files, but its use is unclear because it is not returned by that method?!

XSven avatar Feb 01 '24 12:02 XSven