Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 41150
Status: resolved
Priority: 0/
Queue: Test-Dependencies

People
Owner: Nobody in particular
Requestors: cweyl [...] alumni.drew.edu
Cc:
AdminCc:

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



Subject: Test::Dependencies fails to list Test::More as a build/test_requires in its Makefile.PL
Date: Sat, 22 Nov 2008 13:03:26 -0800
To: bug-Test-Dependencies [...] rt.cpan.org
From: "Chris Weyl" <cweyl [...] alumni.drew.edu>
Test::Dependencies should list Test::More as a test_requires in its Makefile.PL. -Chris -- Chris Weyl Ex astris, scientia
Subject: Re: [rt.cpan.org #41150] Test::Dependencies fails to list Test::More as a build/test_requires in its Makefile.PL
Date: Sat, 22 Nov 2008 18:45:59 -0500
To: bug-Test-Dependencies [...] rt.cpan.org
From: Zev Benjamin <zev [...] strangersgate.com>
Test::More has been in core since 5.6. Arguably this means that it should list a minimum perl version. Zev cweyl@alumni.drew.edu via RT wrote: Show quoted text
> Sat Nov 22 16:03:42 2008: Request 41150 was acted upon. > Transaction: Ticket created by cweyl@alumni.drew.edu > Queue: Test-Dependencies > Subject: Test::Dependencies fails to list Test::More as a build/test_requires in its Makefile.PL > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: cweyl@alumni.drew.edu > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=41150 > > > > Test::Dependencies should list Test::More as a test_requires in its Makefile.PL. > > -Chris
Subject: Re: [rt.cpan.org #41150] Test::Dependencies fails to list Test::More as a build/test_requires in its Makefile.PL
Date: Sun, 23 Nov 2008 12:58:20 -0800
To: bug-Test-Dependencies [...] rt.cpan.org
From: "Chris Weyl" <cweyl [...] alumni.drew.edu>
On Sat, Nov 22, 2008 at 3:46 PM, Zev Benjamin via RT <bug-Test-Dependencies@rt.cpan.org> wrote: Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=41150 > > > Test::More has been in core since 5.6. Arguably this means that it > should list a minimum perl version.
Certain Linux distributions (Fedora, notably) split the core modules out into their own subpackages... Having Test::More explicitly listed as a dep enables easier packaging for this and other distributions. Admittedly, this is more a RFE than a bug, as systems installing direct from CPAN or using core perl that isn't split will certainly have Test::More installed. Arguably, a package called Test::Dependencies should list all its dependencies, even core ;) -Chris -- Chris Weyl Ex astris, scientia
Too old; closing. Also, completely agree with Zev, Core modules should simply be depended on to be available.