pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/devel/p5-Test-MockObject
Hi,
On Fri, Aug 29, 2008 at 12:56:23AM +0200, Ulrich Habel wrote:
> Stoned Elipot <seb%netbsd.org@localhost> wrote,
[SNIP]
> +DEPENDS+= p5-UNIVERSAL-can>=1.00:../../devel/p5-UNIVERSAL-can
> +DEPENDS+= p5-UNIVERSAL-isa>=0.02:../../devel/p5-UNIVERSAL-isa
> BUILD_DEPENDS+= p5-Scalar-List-Utils>=0:../../devel/p5-Scalar-List-Utils
> -BUILD_DEPENDS+= p5-UNIVERSAL-can>=1.00:../../devel/p5-UNIVERSAL-can
> -BUILD_DEPENDS+= p5-UNIVERSAL-isa>=0.02:../../devel/p5-UNIVERSAL-isa
> BUILD_DEPENDS+= p5-Test-Exception>=0:../../devel/p5-Test-Exception
> BUILD_DEPENDS+= p5-Test-Warn>=0:../../devel/p5-Test-Warn
>
> Inside the CPAN Makefile.PL it notes:
>
> 'PREREQ_PM' => {
> 'Scalar::Util' => '1.1.4',
> 'Test::Exception' => '',
> 'UNIVERSAL::isa' => '0.06',
> 'UNIVERSAL::can' => '1.11',
> 'Test::Simple' => '0.47'
> }
>
> Should we just adjust the values to the prereq on CPAN?
Yeah sure, I only s/BUILD_// on both UNIVERSAL::* modules I admit
I haven't noticed the required versions. Also now I wonder why
p5-Scalar-List-Utils is listed as a build dependency. I only see
Scalar::Util being used by Test::MockObject and Scalar::Util is a
core module since 5.8.1 according to corelist(1).
Cheers, Stoned.
Home |
Main Index |
Thread Index |
Old Index