niczero / mojar-google-analytics

Lightweight agent for retrieving Google Analytics report data
http://niczero.github.com/mojar-google-analytics/
Artistic License 2.0
2 stars 0 forks source link

"slurp" is not exported by the Mojo::Util module #1

Open eserte opened 7 years ago

eserte commented 7 years ago

Another failing test:

#   Failed test 'use Mojar::Google::Analytics;'
#   at test/00-load.t line 5.
#     Tried to use 'Mojar::Google::Analytics'.
#     Error:  "slurp" is not exported by the Mojo::Util module
# Can't continue after import errors at /opt/perl-5.18.4/lib/site_perl/5.18.4/Mojar/Util.pm line 9.
# BEGIN failed--compilation aborted at /opt/perl-5.18.4/lib/site_perl/5.18.4/Mojar/Util.pm line 9.
# Compilation failed in require at /tmpfs/.cpan-build-cpansand/2017042709/Mojar-Google-Analytics-1.111-0/blib/lib/Mojar/Google/Analytics/Response.pm line 6.
# BEGIN failed--compilation aborted at /tmpfs/.cpan-build-cpansand/2017042709/Mojar-Google-Analytics-1.111-0/blib/lib/Mojar/Google/Analytics/Response.pm line 6.
# Compilation failed in require at /tmpfs/.cpan-build-cpansand/2017042709/Mojar-Google-Analytics-1.111-0/blib/lib/Mojar/Google/Analytics.pm line 11.
# BEGIN failed--compilation aborted at /tmpfs/.cpan-build-cpansand/2017042709/Mojar-Google-Analytics-1.111-0/blib/lib/Mojar/Google/Analytics.pm line 11.
# Compilation failed in require at test/00-load.t line 5.
# BEGIN failed--compilation aborted at test/00-load.t line 5.
Use of uninitialized value $Mojar::Google::Analytics::VERSION in concatenation (.) or string at test/00-load.t line 6.
# Testing Mojar::Google::Analytics , Perl 5.018004, /bbbike/perl-5.18.4/bin/perl
# Looks like you failed 1 test of 2.
eserte commented 7 years ago

Statistical analysis for Mojar-Google-Analytics-1.112:

****************************************************************
Regression 'mod:Mojar'
****************************************************************
Name                   Theta          StdErr     T-stat
[0='const']           0.0000          0.0000       0.00
[1='eq_2.051']        0.0000          0.0000       0.00
[2='eq_2.101']        1.0000          0.0000    8940807104305163.00

R^2= 1.000, N= 50, K= 3
****************************************************************

-> so probably minimum version for Mojar has to be set to 2.101 or so.