Thread URI::Find - Test schlägt wg. Test::More fehl (Strawberry Perl 5.14.4) (16 answers)
Opened by GwenDragon at 2014-07-14 13:08

GwenDragon
 2014-07-14 13:08
#176416 #176416
User since
2005-01-17
14533 Artikel
Admin1
[Homepage]
user image
CPAN:URI::Find v20140709 kann mit Strawberry Perl 5.14.4.1 (32bit) wegen CPAN:Test::More nicht Find.t ausführen.

Test::More ist aus Test::Simple 1.001.003 (EXODIST/Test-Simple-1.001003.tar.gz) und installierte korrekt.


URI::Find installiert mit cpan bei Strawberry Version:
5.10 ok
5.12 ok
5.16 ok
5.18 ok
5.20 ok

Aber bei Perl 5.14 streikt es:
more (7.0kb):
Code: (dl )
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
PERL-5.14 U:\>cpan URI::Find
CPAN: CPAN::SQLite loaded ok (v0.203)
Database was generated on Mon, 14 Jul 2014 08:29:51 GMT

Running install for module 'URI::Find'
CPAN: Digest::SHA loaded ok (v5.92)
CPAN: Compress::Zlib loaded ok (v2.064)
Checksum for C:\strawberry\cpan\sources\authors\id\M\MS\MSCHWERN\URI-Find-20140709.tar.gz ok
CPAN: Archive::Tar loaded ok (v2.00)
CPAN: File::Temp loaded ok (v0.2304)
CPAN: YAML::XS loaded ok (v0.39)
CPAN: Parse::CPAN::Meta loaded ok (v1.4414)
CPAN: CPAN::Meta loaded ok (v2.141520)
CPAN: Module::CoreList loaded ok (v5.021001)
CPAN: Time::HiRes loaded ok (v1.9726)
Configuring M/MS/MSCHWERN/URI-Find-20140709.tar.gz with Build.PL
Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'URI-Find' version '20140709'
MSCHWERN/URI-Find-20140709.tar.gz
C:\strawberry\perl\bin\perl.exe Build.PL -- OK
Running Build for M/MS/MSCHWERN/URI-Find-20140709.tar.gz
Building URI-Find
MSCHWERN/URI-Find-20140709.tar.gz
C:\strawberry\perl\bin\perl.exe ./Build -- OK
Running Build test
t/Find.t ................ Useless use of private variable in void context at C:/strawberry/perl/lib/Test/More.pm line 68
9.
Useless use of private variable in void context at C:/strawberry/perl/lib/Test/More.pm line 689.
Unquoted string "check" may clash with future reserved word at C:/strawberry/perl/lib/Test/More.pm line 1001.
Unquoted string "regex" may clash with future reserved word at C:/strawberry/perl/lib/Test/More.pm line 1001.
Bareword found where operator expected at C:/strawberry/perl/lib/Test/More.pm line 1001, near "times you"
(Do you need to predeclare times?)
Unquoted string "equivalent" may clash with future reserved word at C:/strawberry/perl/lib/Test/More.pm line 1002.
Unquoted string "filehandles" may clash with future reserved word at C:/strawberry/perl/lib/Test/More.pm line 1005.
Unquoted string "over" may clash with future reserved word at C:/strawberry/perl/lib/Test/More.pm line 1007.
Number found where operator expected at C:/strawberry/perl/lib/Test/More.pm line 1007, near "over 4"
(Do you need to predeclare over?)
Bareword found where operator expected at C:/strawberry/perl/lib/Test/More.pm line 1011, near "is_deeply"
(Missing semicolon on previous line?)
Bareword found where operator expected at C:/strawberry/perl/lib/Test/More.pm line 1013, near "$expected are"
(Missing operator before are?)
Unquoted string "equivalent" may clash with future reserved word at C:/strawberry/perl/lib/Test/More.pm line 1015.
Unquoted string "differing" may clash with future reserved word at C:/strawberry/perl/lib/Test/More.pm line 1016.
Bareword found where operator expected at C:/strawberry/perl/lib/Test/More.pm line 1018, near ") compares"
(Missing operator before compares?)
Unquoted string "dereferenced" may clash with future reserved word at C:/strawberry/perl/lib/Test/More.pm line 1018.
Unquoted string "except" may clash with future reserved word at C:/strawberry/perl/lib/Test/More.pm line 1019.
Bareword found where operator expected at C:/strawberry/perl/lib/Test/More.pm line 1019, near ") are"
(Missing operator before are?)
Unquoted string "considered" may clash with future reserved word at C:/strawberry/perl/lib/Test/More.pm line 1020.
String found where operator expected at C:/strawberry/perl/lib/Test/More.pm line 1020, near "considered "different""
(Do you need to predeclare considered?)
Bareword found where operator expected at C:/strawberry/perl/lib/Test/More.pm line 1022, near ") currently"
(Missing operator before currently?)
Unquoted string "globs" may clash with future reserved word at C:/strawberry/perl/lib/Test/More.pm line 1023.
Unquoted string "checks" may clash with future reserved word at C:/strawberry/perl/lib/Test/More.pm line 1023.
Unquoted string "referent" may clash with future reserved word at C:/strawberry/perl/lib/Test/More.pm line 1023.
Unquoted string "in" may clash with future reserved word at C:/strawberry/perl/lib/Test/More.pm line 1026.
Unquoted string "lines" may clash with future reserved word at C:/strawberry/perl/lib/Test/More.pm line 1027.
Unquoted string "cut" may clash with future reserved word at C:/strawberry/perl/lib/Test/More.pm line 1031.
Variable "$DNE" will not stay shared at C:/strawberry/perl/lib/Test/More.pm line 1035.
Not enough arguments for Test::More::is at C:/strawberry/perl/lib/Test/More.pm line 1001, near "check or"
syntax error at C:/strawberry/perl/lib/Test/More.pm line 1002, near "times you
need "
Not enough arguments for Test::More::is at C:/strawberry/perl/lib/Test/More.pm line 1013, near "()"
syntax error at C:/strawberry/perl/lib/Test/More.pm line 1013, near "$expected are references"
BEGIN not safe after errors--compilation aborted at C:/strawberry/perl/lib/Test/More.pm line 1305.
Compilation failed in require at t/Find.t line 6.
BEGIN failed--compilation aborted at t/Find.t line 6.
t/Find.t ................ Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
t/filter.t .............. ok
t/html.t ................ ok
t/is_schemed.t .......... ok
t/load-schemeless.t ..... ok
t/rfc3986_appendix_c.t .. ok
t/urifind/find.t ........ ok
t/urifind/pod.t ......... ok

Test Summary Report
-------------------
t/Find.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
Files=8, Tests=41, 4 wallclock secs ( 0.13 usr + 0.03 sys = 0.16 CPU)
Result: FAIL
Failed 1/8 test programs. 0/41 subtests failed.
MSCHWERN/URI-Find-20140709.tar.gz
C:\strawberry\perl\bin\perl.exe ./Build test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
reports MSCHWERN/URI-Find-20140709.tar.gz


Test::More meckert da irgendwie rum, zu entdecken ist aber nichts, weil carp ausirgendeinem Grund nicht die Zeile angibt.


//EDIT:
Mit Test::More 0.98 läuft es!
Unter Linux läuft alles!


Fragen an euch:
1. Kann das jemand für Windows nachvollziehen?
2. Irgendeine Lösung wegen Test::More?
Last edited: 2014-07-14 17:21:55 +0200 (CEST)
die Drachin, Gwendolyn


Unterschiedliche Perl-Versionen auf Windows (fast wie perlbrew) • Meine Perl-Artikel

View full thread URI::Find - Test schlägt wg. Test::More fehl (Strawberry Perl 5.14.4)