Subject: | Module-Starter-AddModule |
This ~/.module-starter/config works fine:
author: J Blake
email: jblake@cpan.org
builder: Module::Build
verbose: 1
This ~/.module-starter/config breaks Module::Starter:
author: J Blake
email: jblake@cpan.org
builder: Module::Build
verbose: 1
plugins: Module::Starter::AddModule
the problem seems to be with the Module::Starter::AddModule v1.71 plugin, and this is the (broken) Module::Starter output:
Prompt$ module-starter --module=Test6
Created Test6
Created Test6/lib
Created Test6/lib/Test6.pm
Created Test6/t
Created Test6/t/t
Skipped Test6/t/t
Skipped Test6/t/t
Skipped Test6/t/t
Created Test6/t/xt
Created Test6/Build.PL
Created Test6/Changes
Created Test6/README
Regenerating MANIFEST
Can't find dist packages without a MANIFEST file
Run 'Build manifest' to generate one
WARNING: Possible missing or corrupt 'MANIFEST' file.
Nothing to enter for 'provides' field in metafile.
Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'Test6' version '0.01'
File 'MANIFEST.SKIP' does not exist: Creating a temporary 'MANIFEST.SKIP'
Added to MANIFEST: Build.PL
Added to MANIFEST: Changes
Added to MANIFEST: lib/Test6.pm
Added to MANIFEST: MANIFEST
Added to MANIFEST: README
Added to MANIFEST: t/t
Added to MANIFEST: t/xt
Created starter directories and files