Skip Menu |

This queue is for tickets about the Test-Spelling CPAN distribution.

Report information
The Basics
Id: 82672
Status: resolved
Priority: 0/
Queue: Test-Spelling

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

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



Subject: inc/ not included in git repo
inc/ is included in .gitignore so it's not in the repo at https://github.com/sartak/test-spelling which means I can't run Makefile.PL to build a tar. Should inc/ be included? If not, how do I set up my own inc/ so that I can contribute?
Subject: Re: [rt.cpan.org #82672] inc/ not included in git repo
Date: Sat, 12 Jan 2013 22:33:02 -0500
To: bug-Test-Spelling [...] rt.cpan.org
From: Alex Vandiver <alex [...] chmrr.net>
On Sat, 2013-01-12 at 21:16 -0500, Randy Stauner via RT wrote: Show quoted text
> inc/ is included in .gitignore so it's not in the repo at > https://github.com/sartak/test-spelling > > which means I can't run Makefile.PL to build a tar. > > Should inc/ be included? > If not, how do I set up my own inc/ so that I can contribute?
Test::Spelling uses Module::Install for its build infrastructure. If you install the Module::Install module, running 'perl Makefile.PL' will create a inc/ for you, which should get you started. - Alex
On Sat Jan 12 20:33:26 2013, alex@chmrr.net wrote: Show quoted text
> On Sat, 2013-01-12 at 21:16 -0500, Randy Stauner via RT wrote:
> > inc/ is included in .gitignore so it's not in the repo at > > https://github.com/sartak/test-spelling > > > > which means I can't run Makefile.PL to build a tar. > > > > Should inc/ be included? > > If not, how do I set up my own inc/ so that I can contribute?
> > Test::Spelling uses Module::Install for its build infrastructure. If > you install the Module::Install module, running 'perl Makefile.PL' will > create a inc/ for you, which should get you started. > - Alex >
aha, I thought there might be voodoo that I didn't know about... I didn't realize that Module::Install provided an 'inc::Module::Install' that would work in the event that the dir isn't present. I also didn't realize that I didn't have Module::Install installed. Well, thanks for the help, and sorry for the noise.