Subject: | Warnings (I think) being raised by Test::Continuous |
Hi,
When I run autoprove in my working directory I get the following output:
$ autoprove
[MSG] Will be continuously testing /Users/io1/Documents/modern_perl/http-server-
simple/t/myserver.t
[MSG] Will be continuously testing /Users/io1/Documents/modern_perl/http-server-
simple/t/replace_http_library.t
[MSG]:/Users/io1/Documents/modern_perl/http-server-simple/lib/MyServer.pm was
changed.
49:62: syntax error: A “"” can’t go after this class name. (-2740)
ALL PASSED
37:55: syntax error: A class name can’t go after this identifier. (-2740)
I've tried separate sets of code and still get exactly the same warning. My environment details
are as follows:
$ perl -v
This is perl 5, version 12, subversion 3 (v5.12.3) built for darwin-2level
$ uname -a
Darwin mib19412i.local 10.6.0 Darwin Kernel Version 10.6.0: Wed Nov 10 18:13:17 PST
2010; root:xnu-1504.9.26~3/RELEASE_I386 i386 i386 MacBook2,1 Darwin
$ perlbrew version
/Users/io1/perl5/perlbrew/bin/perlbrew - App::perlbrew/0.15
Thank you.