Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Jemplate CPAN distribution.

Report information
The Basics
Id: 48563
Status: open
Priority: 0/
Queue: Jemplate

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

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



Subject: ver. 0.24_02 - missing prerequisite Test::Base
Hi, It could be a good idea to add Test::Base as a prerequisite to Makefile.PL. Something like this: ****** requires 'Template' => '2.19'; requires 'File::Find::Rule' => '0.30'; +test_requires 'Test::Base'; use_test_base; ****** -- kmx
From: dsteinbrunner [...] pobox.com
On Sun Aug 09 14:28:11 2009, KMX wrote: Show quoted text
> Hi, > > It could be a good idea to add Test::Base as a prerequisite to Makefile.PL. > > Something like this: > > ****** > requires 'Template' => '2.19'; > requires 'File::Find::Rule' => '0.30'; > +test_requires 'Test::Base'; > > use_test_base; > ******
Test::Base is included in the current version. This ticket can be closed.