Re: 0.28 release date? (was Re: [Module::Build] Recursive builds?)
Status: Beta
Brought to you by:
kwilliams
|
From: Chris D. <ch...@cl...> - 2006-02-14 18:44:43
|
On Feb 14, 2006, at 12:37 PM, John Peacock wrote: > ... > - is $1, $mb->VERSION, "Check version used to create META.yml: $1 > == " . $mb->VERSION; > + ok $1 == $mb->VERSION, "Check version used to create META.yml: > $1 == " . $mb->VERSION; John, et al. Please consider making that cmp_ok $1, '==', $mb->VERSION, "Check version used to create META.yml: $1 == " . $mb->VERSION; which makes for more readable failure cases. Chris -- Chris Dolan, Software Developer, Clotho Advanced Media Inc. 608-294-7900, fax 294-7025, 1435 E Main St, Madison WI 53703 vCard: http://www.chrisdolan.net/ChrisDolan.vcf Clotho Advanced Media, Inc. - Creators of MediaLandscape Software (http://www.media-landscape.com/) and partners in the revolutionary Croquet project (http://www.opencroquet.org/) |