[Module::Build] How to use version.pm with M::B 0.26 (and 0.28)?
Status: Beta
Brought to you by:
kwilliams
From: Julian M. <ju...@me...> - 2006-04-14 19:52:18
|
Hi all, I know there have been several discussions about Module::Build's compati-=20 bility (or the lack thereof) with version.pm-using modules. I understand=20 that proper version.pm support is planned for post-0.28. However until 0.30 (or whatever post-0.28 means) will be released, I would= =20 still like to use version.pm in my modules, in way as compatible as=20 possible. The objectives are to have "1.2.3" (for instance) be displayed=20 as a module's version number on CPAN, and to have version comparisons=20 working correctly with Module::Build and in running code ("use=20 MyModule '1.2.3'"). Are those objectives, with M::B 0.26/0.28, compatible= =20 with each other in the first place? If so, I'm even willing to employ hacks... uh... work-arounds. But I'm=20 unsure how to get it working at all. Any ideas? Julian. |