Skip Menu |

This queue is for tickets about the Error-Pure CPAN distribution.

Report information
The Basics
Id: 105637
Status: resolved
Priority: 0/
Queue: Error-Pure

People
Owner: SKIM [...] cpan.org
Requestors: ether [...] cpan.org
Cc:
AdminCc:

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



Subject: Test::Pod, Test::Pod::Coverage should not be in test-requires Download (untitled) / with headers text/plain 280b
These modules are only used by author tests; it should not be listed in TEST_REQUIRES. It looks like those pod tests can simply be moved to xt/, which will also make cpants happier (it will complain about undeclared prereqs used by t/ files, not understanding the skip_all bit.)
Dne Čt 02.čec.2015 17:44:30, ETHER napsal(a): Hi, Show quoted text
> These modules are only used by author tests; it should not be listed > in TEST_REQUIRES. > > It looks like those pod tests can simply be moved to xt/, which will > also make cpants happier (it will complain about undeclared prereqs > used by t/ files, not understanding the skip_all bit.)
I am thinking about it. But i don't know how to create it now. My concept of tests is simple: Each class/module has own test directory. Then i can create xt/ with this structure. But i don't see concept for test it by Module::Install, which i am using :-) btw: Is xt/ directory concept described somewhere? I am a bit confused :-) Kind regards, Michal Špaček
On 2015-09-15 13:00:07, SKIM wrote: Show quoted text
> Dne Čt 02.čec.2015 17:44:30, ETHER napsal(a): > Hi, >
> > These modules are only used by author tests; it should not be listed > > in TEST_REQUIRES. > > > > It looks like those pod tests can simply be moved to xt/, which will > > also make cpants happier (it will complain about undeclared prereqs > > used by t/ files, not understanding the skip_all bit.)
> > I am thinking about it. But i don't know how to create it now. > My concept of tests is simple: > Each class/module has own test directory. Then i can create xt/ with > this structure. > But i don't see concept for test it by Module::Install, which i am > using :-) > > btw: Is xt/ directory concept described somewhere? I am a bit confused > :-)
I think this is what you're looking for: https://metacpan.org/pod/Module::Install::AuthorTests
Show quoted text
> Dne Čt 02.čec.2015 17:44:30, ETHER napsal(a): > I think this is what you're looking for: > https://metacpan.org/pod/Module::Install::AuthorTests
Ohh. Thanks. I released 0.23 version. :-) Kind Regards, M.
Dne Út 15.zář.2015 18:58:03, SKIM napsal(a): Show quoted text
> > Dne Čt 02.čec.2015 17:44:30, ETHER napsal(a): > > I think this is what you're looking for: > > https://metacpan.org/pod/Module::Install::AuthorTests
> > Ohh. Thanks. > I released 0.23 version. :-)
Hm, one problem is 'test_requires'. That's bad. M.
On 2015-09-15 16:21:21, SKIM wrote: Show quoted text
> Dne Út 15.zář.2015 18:58:03, SKIM napsal(a):
> > > Dne Čt 02.čec.2015 17:44:30, ETHER napsal(a): > > > I think this is what you're looking for: > > > https://metacpan.org/pod/Module::Install::AuthorTests
> > > > Ohh. Thanks. > > I released 0.23 version. :-)
> > Hm, one problem is 'test_requires'. That's bad.
https://metacpan.org/pod/Module::Install::AuthorRequires :)
Dne Út 15.zář.2015 20:16:11, ETHER napsal(a): Show quoted text
Nice, thanks :-) Released in 0.24 version. M.