Re: [Module::Build] Version conditionals: author error or an M::B bug?
Status: Beta
Brought to you by:
kwilliams
|
From: Chris D. <ch...@cl...> - 2006-02-21 13:27:13
|
On Feb 21, 2006, at 3:13 AM, Randy W. Sims wrote: > This is an error in M::B::ModuleInfo. It should be stricter when > looking at expressions, only evaling expressions that are > assignments (= vs =~). The following fix has been applied. Thanks Randy! That does the trick. For the sake of distribution on CPAN, I've changed my module from C< $SOAP::Lite::VERSION> to C<SOAP::Lite->VERSION()> which works around the problem with older M::Bs 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/) |