Sat Aug 10 07:33:40 2013andrej.zverev [...] gmail.com - Ticket created
Subject:
VERSION issue
Date:
Sat, 10 Aug 2013 15:33:28 +0400
To:
bug-MR-Tarantool [...] rt.cpan.org
From:
Andrej Zverev <andrej.zverev [...] gmail.com>
Hello, can you change $VERSION at lib/MR/Tarantool/Box.pm into quotes
( e.g $VERSION = '1.2.3')
MakeMaker documentation is telling what it's bad example:
# Bad
$VERSION = 1.2.3;
$VERSION = v1.2.3;
Also this lead bmake (which default under NetBSD) work incorrect.