Skip Menu |

This queue is for tickets about the Module-Starter-AddModule CPAN distribution.

Report information
The Basics
Id: 105474
Status: open
Priority: 0/
Queue: Module-Starter-AddModule

People
Owner: Nobody in particular
Requestors: JBLAKE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



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
Subject: Re: [rt.cpan.org #105474] Module-Starter-AddModule
Date: Wed, 24 Jun 2015 18:02:35 -0400
To: bug-Module-Starter-AddModule [...] rt.cpan.org
From: brian d foy <bdfoy [...] cpan.org>
Is there something broken besides the extra output? Is your dist missing anything? -- brian d foy <brian.d.foy@gmail.com> http://www.pair.com/~comdog/
RT-Send-CC: bdfoy [...] cpan.org
I wasn't able to work through The Boilerplate Tests part of Ch. 14 of Intermediate Perl 2nd because the boilerplate file wasn't showing up. It does show up when I remove the plugins line of config that references AddModule. And that's all that I've noticed missing. I'll send you the generated directory and files if you want. Let me know. On Wed Jun 24 18:03:30 2015, BDFOY wrote: Show quoted text
> Is there something broken besides the extra output? Is your dist > missing anything? > > >
RT-Send-CC: bdfoy [...] cpan.org
I was wrong. The boilerplate.t file was there but it was in xt/, not t/. There are some changes to Module::Starter and/or Module::Build since you wrote your book I suppose, since the output is somewhat different than you show. Things change over time. In any case, to your question, I can't see anything missing. On Wed Jun 24 18:03:30 2015, BDFOY wrote: Show quoted text
> Is there something broken besides the extra output? Is your dist > missing anything? > > >