Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make test failed due error #2

Open
ironiq opened this issue Feb 26, 2011 · 1 comment
Open

make test failed due error #2

ironiq opened this issue Feb 26, 2011 · 1 comment

Comments

@ironiq
Copy link

ironiq commented Feb 26, 2011

I tried to compile Net-Google-Tasks, but the make test failed with the following error:

$ make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/Net-Google-Tasks.t .. 1/1 
#   Failed test 'use Net::Google::Tasks;'
#   at t/Net-Google-Tasks.t line 9.
#     Tried to use 'Net::Google::Tasks'.
#     Error:  Bareword "JSON::XS::true" not allowed while "strict subs" in use at /home/iron/git/Net-Google-Tasks/blib/lib/Net/Google/Tasks.pm line 156.
# Compilation failed in require at (eval 4) line 2.
# BEGIN failed--compilation aborted at (eval 4) line 2.
# Looks like you failed 1 test of 1.
t/Net-Google-Tasks.t .. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests 

Test Summary Report
-------------------
t/Net-Google-Tasks.t (Wstat: 256 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
Files=1, Tests=1,  0 wallclock secs ( 0.01 usr  0.00 sys +  0.20 cusr  0.01 csys =  0.22 CPU)
Result: FAIL
Failed 1/1 test programs. 1/1 subtests failed.
make: *** [test_dynamic] Error 1
@nickspacek
Copy link
Owner

To be honest I haven't touched this project (or even written code in Perl) in quite some time. Seems like an easy enough error to fix, but by putting this project on GitHub I mainly hoped to inspire someone else to take what I had learned about Tasks and apply it to a new project! :)

So, long story short, I probably won't get around to fixing this error, but you're welcome to fork yourself! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants