New issue 154 by piotr.ku...@gmail.com: $VERSION is not numeric
http://code.google.com/p/perlwikipedia/issues/detail?id=154
What steps will reproduce the problem?
1. Write 'use MediaWiki::Bot 3.3.1;'
What is the expected output? What do you see instead?
#!/usr/bin/perl -w prints out:
Argument "3.3.1" isn't numeric in subroutine entry
What version of the product are you using? On what operating system?
3.3.1@Ubuntu
Please provide any additional information below.
Change build script so that Bot.pm contains the following in line 5:
our $VERSION = 3.3.1; # VERSION
Current wrong code is:
our $VERSION = '3.3.1'; # VERSION
Please run your code at least once before you release a new version. Thanks.
Please don't insult the volunteer developer if you want your problem
handled. Thanks.