Re: error creating 'BUILD' script
[email protected] (Andreas J. Koenig)
| Newsgroups | gmane.comp.lang.perl.modules.module-build |
|---|---|
| Message-ID | <[email protected]> |
>>>>> On Tue, 22 Sep 2009 12:37:17 -0400, John Peacock <[email protected]> said: > Module::Build uses a subclass of version.pm to do all of the version > comparisons. Because they quoted the $VERSION string, it hits the > code which validates the formatting (which ultimately is what throws > the error). % perl -le 'print 100_200_300' 100200300 I'm sure we had this before but IMO a single underscore rule violates the principle of least surprise. -- andreas