Issue 154 in perlwikipedia: $VERSION is not numeric

1 view
Skip to first unread message

perlwi...@googlecode.com

unread,
May 1, 2011, 9:07:53 AM5/1/11
to perlwiki...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

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.

perlwi...@googlecode.com

unread,
May 2, 2011, 4:21:29 PM5/2/11
to perlwiki...@googlegroups.com

Comment #1 on issue 154 by mike.lifeguard: $VERSION is not numeric
http://code.google.com/p/perlwikipedia/issues/detail?id=154

Please don't insult the volunteer developer if you want your problem
handled. Thanks.

Reply all
Reply to author
Forward
0 new messages