1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Test Summary Report
-------------------
t/add-data.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/basic.t (Wstat: 2304 Tests: 5 Failed: 1)
Failed test: 1
Non-zero exit status: 9
Parse errors: No plan found in TAP output
t/datetime.t (Wstat: 2304 Tests: 2 Failed: 1)
Failed test: 1
Non-zero exit status: 9
Parse errors: No plan found in TAP output
t/example.t (Wstat: 2304 Tests: 2 Failed: 1)
Failed test: 1
Non-zero exit status: 9
Parse errors: No plan found in TAP output
t/invisible.t (Wstat: 2304 Tests: 2 Failed: 1)
Failed test: 1
Non-zero exit status: 9
Parse errors: No plan found in TAP output
t/same-axes-ctx.t (Wstat: 2304 Tests: 2 Failed: 1)
Failed test: 1
Non-zero exit status: 9
Parse errors: No plan found in TAP output
t/simple-ctx.t (Wstat: 2304 Tests: 2 Failed: 1)
Failed test: 1
Non-zero exit status: 9
Parse errors: No plan found in TAP output
Files=35, Tests=298, 236 wallclock secs ( 1.69 usr + 0.77 sys = 2.45 CPU)
Result: FAIL
Failed 7/35 test programs. 6/298 subtests failed.
dmake.EXE: Error code 255, while making 'test_dynamic'
GPHAT/Chart-Clicker-2.81.tar.gz
C:\strawberry\c\bin\dmake.EXE test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
reports GPHAT/Chart-Clicker-2.81.tar.gz
Running make install
make test had returned bad status, won't install without force
Failed during this command:
TSCH/ExtUtils-PkgConfig-1.12.tar.gz : writemakefile NO -- No 'Makefile' created
XAOC/Cairo-1.090.tar.gz : writemakefile NO 'C:\strawberry\perl\bin\perl.exe Makefile.PL' returned stat
us 512
GPHAT/Graphics-Primitive-Driver-Cairo-0.44.tar.gz: make_test NO
GPHAT/Chart-Clicker-2.81.tar.gz : make_test NO
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
#!/usr/local/bin/perl use strict; use warnings; use Test::Tester; use Test::PDF; use ExtUtils::PkgConfig; use ExtUtils::Depends; use Cairo; use Test::LongString; use Text::Flow; use Graphics::Primitive::Driver::Cairo; use Math::Gradient; use Set::Infinite; use DateTime::Set; use Algorithm::Diff; use Text::Diff; use Test::Differences; use Color::Scheme; use Class::Data::Inheritable; use Class::Accessor::Fast; use Module::Pluggable; use Color::Library; use Test::Number::Delta; use MooseX::Aliases; use Graphics::Color; use Forest; use Graphics::Primitive; use MooseX::AttributeHelpers; use JSON::Any; use File::Path; use File::NFSLock; use IO::Dir; use Path::Class; use Carp::Clan; use MooseX::Types; use MooseX::Types::Path::Class; use Test::TempDir; use Test::NoWarnings; use Test::Tester; #use Test::Deep; use String::RewritePrefix; use MooseX::Storage; use Math::Complex; use Check::ISA; use Hash::Util::FieldHash::Compat; use Algorithm::C3; use Class::C3; use MRO::Compat; use Scope::Guard; use Devel::GlobalDestruction; use Class::MOP; use Try::Tiny; use Moose; use Task::Weaken; use XSLoader; use base; use Variable::Magic; use Data::OptList; use Sub::Install; use Params::Util; use Sub::Exporter; use B::Hooks::EndOfScope; use Sub::Identify; use Sub::Name; use Package::Stash; use namespace::clean; use Tie::RefHash; use Test::use::ok; use Tie::ToObject; use Data::Visitor; use MooseX::Clone; use Geometry::Primitive; use ExtUtils::MakeMaker; use Layout::Manager; use Time::Local; use List::MoreUtils; use DateTime::Locale; use File::Temp; use Exporter; use ExtUtils::ParseXS; use Module::Build; use Attribute::Handlers; use ExtUtils::CBuilder; use Params::Validate; use Class::Singleton; use DateTime::TimeZone; use Test; use Text::Wrap; use Pod::Escapes; use Pod::Simple; use File::Spec; use Pod::Man; use Sub::Uplevel; use Test::Exception; use Test::Harness; #use Test::More; use Scalar::Util; use DateTime; use Chart::Clicker; print "\nNo module import errors!\n\n"; exit;