blob: bae374eaca6d1a4cb4a4e6d6b7706d124219c662 (
plain)
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] [soft-commits] [6582] initial import
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bsoft-commits%5D%20%5B6582%5D%20initial%20import&In-Reply-To=%3CCAONrEta9WE%3DLabkgC4J6_f9VvSKUc3dPcubMyMm729Si%2BNFaBQ%40mail.gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="020597.html">
<LINK REL="Next" HREF="020600.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] [soft-commits] [6582] initial import</H1>
<B>Thierry Vignaud</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bsoft-commits%5D%20%5B6582%5D%20initial%20import&In-Reply-To=%3CCAONrEta9WE%3DLabkgC4J6_f9VvSKUc3dPcubMyMm729Si%2BNFaBQ%40mail.gmail.com%3E"
TITLE="[Mageia-dev] [soft-commits] [6582] initial import">thierry.vignaud at gmail.com
</A><BR>
<I>Wed Dec 5 16:04:53 CET 2012</I>
<P><UL>
<LI>Previous message: <A HREF="020597.html">[Mageia-dev] [soft-commits] [6582] initial import
</A></li>
<LI>Next message: <A HREF="020600.html">[Mageia-dev] [soft-commits] [6582] initial import
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#20598">[ date ]</a>
<a href="thread.html#20598">[ thread ]</a>
<a href="subject.html#20598">[ subject ]</a>
<a href="author.html#20598">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On 5 December 2012 15:56, Guillaume Rousse <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">guillomovitch at gmail.com</A>> wrote:
>>>>>><i> 1) we already have t/pod.t
</I>>>><i>
</I>>>><i>
</I>>>><i> Indeed, I missed it at first glance. It's broken, tough, as it don't find
</I>>>><i> the perl module directory.
</I>>><i>
</I>>><i> Just run it: it does work.
</I>>><i> It did find errors in the past. Just tested again.
</I>><i>
</I>><i> [<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">guillaume at beria</A> trunk]$ perl t/pod.t
</I>><i> 1..1
</I>><i> not ok 1 - POD test for lib
</I>><i> # Failed test 'POD test for lib'
</I>><i> # at /usr/lib/perl5/vendor_perl/5.12.3/Test/Pod.pm line 182.
</I>><i> # lib does not exist
</I>><i> # Looks like you failed 1 test of 1.
</I>
...
# <breaking POD in urpm::install>>
# make test
(...)
^C
# perl t/pod.t
1..37
ok 1 - POD test for blib/script/urpmq (no pod)
ok 2 - POD test for blib/script/rpm-find-leaves (no pod)
ok 3 - POD test for blib/script/urpmf (no pod)
ok 4 - POD test for blib/sbin/urpmi.update (no pod)
ok 5 - POD test for blib/sbin/rurpme (no pod)
ok 6 - POD test for blib/sbin/rurpmi (no pod)
ok 7 - POD test for blib/sbin/urpmi.removemedia (no pod)
ok 8 - POD test for blib/sbin/urpme (no pod)
ok 9 - POD test for blib/sbin/urpmi.addmedia (no pod)
ok 10 - POD test for blib/sbin/urpmi (no pod)
ok 11 - POD test for blib/lib/urpm.pm
ok 12 - POD test for blib/lib/urpm/media.pm
ok 13 - POD test for blib/lib/urpm/prompt.pm
not ok 14 - POD test for blib/lib/urpm/install.pm
# Failed test 'POD test for blib/lib/urpm/install.pm'
# at /usr/lib/perl5/vendor_perl/5.12.3/Test/Pod.pm line 182.
# blib/lib/urpm/install.pm (376): You forgot a '=back' before '=head1'
# blib/lib/urpm/install.pm (378): '=item' outside of any '=over'
ok 15 - POD test for blib/lib/urpm/sys.pm
ok 16 - POD test for blib/lib/urpm/get_pkgs.pm
ok 17 - POD test for blib/lib/urpm/util.pm
ok 18 - POD test for blib/lib/urpm/xml_info_pkg.pm
ok 19 - POD test for blib/lib/urpm/removable.pm
ok 20 - POD test for blib/lib/urpm/bug_report.pm
ok 21 - POD test for blib/lib/urpm/select.pm
ok 22 - POD test for blib/lib/urpm/parallel_ka_run.pm (no pod)
ok 23 - POD test for blib/lib/urpm/signature.pm
ok 24 - POD test for blib/lib/urpm/cfg.pm
ok 25 - POD test for blib/lib/urpm/lock.pm
ok 26 - POD test for blib/lib/urpm/parallel.pm (no pod)
ok 27 - POD test for blib/lib/urpm/msg.pm
ok 28 - POD test for blib/lib/urpm/mirrors.pm
ok 29 - POD test for blib/lib/urpm/main_loop.pm
ok 30 - POD test for blib/lib/urpm/ldap.pm
ok 31 - POD test for blib/lib/urpm/cdrom.pm
ok 32 - POD test for blib/lib/urpm/download.pm
ok 33 - POD test for blib/lib/urpm/args.pm
ok 34 - POD test for blib/lib/urpm/parallel_ssh.pm (no pod)
ok 35 - POD test for blib/lib/urpm/md5sum.pm
ok 36 - POD test for blib/lib/urpm/xml_info.pm
ok 37 - POD test for blib/lib/urpm/orphans.pm
# Looks like you failed 1 test of 37.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="020597.html">[Mageia-dev] [soft-commits] [6582] initial import
</A></li>
<LI>Next message: <A HREF="020600.html">[Mageia-dev] [soft-commits] [6582] initial import
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#20598">[ date ]</a>
<a href="thread.html#20598">[ thread ]</a>
<a href="subject.html#20598">[ subject ]</a>
<a href="author.html#20598">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|