1Test::Alien::Diag(3) User Contributed Perl Documentation Test::Alien::Diag(3)
2
3
4
6 Test::Alien::Diag - Print out standard diagnostic for Aliens in the
7 test step.
8
10 version 2.40
11
13 use Test2::V0;
14 use Test::Alien::Diag qw( alien_diag );
15
17 This module provides an "alien_diag" method that prints out diagnostics
18 useful for cpantesters for other bug reports that gives a quick summary
19 of the important settings like "clfags" and "libs".
20
22 alien_diag
23 alien_diag $alien;
24
25 prints out diagnostics.
26
28 Author: Graham Ollis <plicease@cpan.org>
29
30 Contributors:
31
32 Diab Jerius (DJERIUS)
33
34 Roy Storey (KIWIROY)
35
36 Ilya Pavlov
37
38 David Mertens (run4flat)
39
40 Mark Nunberg (mordy, mnunberg)
41
42 Christian Walde (Mithaldu)
43
44 Brian Wightman (MidLifeXis)
45
46 Zaki Mughal (zmughal)
47
48 mohawk (mohawk2, ETJ)
49
50 Vikas N Kumar (vikasnkumar)
51
52 Flavio Poletti (polettix)
53
54 Salvador Fandiño (salva)
55
56 Gianni Ceccarelli (dakkar)
57
58 Pavel Shaydo (zwon, trinitum)
59
60 Kang-min Liu (劉康民, gugod)
61
62 Nicholas Shipp (nshp)
63
64 Juan Julián Merelo Guervós (JJ)
65
66 Joel Berger (JBERGER)
67
68 Petr Pisar (ppisar)
69
70 Lance Wicks (LANCEW)
71
72 Ahmad Fatoum (a3f, ATHREEF)
73
74 José Joaquín Atria (JJATRIA)
75
76 Duke Leto (LETO)
77
78 Shoichi Kaji (SKAJI)
79
80 Shawn Laffan (SLAFFAN)
81
82 Paul Evans (leonerd, PEVANS)
83
84 Håkon Hægland (hakonhagland, HAKONH)
85
87 This software is copyright (c) 2011-2020 by Graham Ollis.
88
89 This is free software; you can redistribute it and/or modify it under
90 the same terms as the Perl 5 programming language system itself.
91
92
93
94perl v5.32.1 2021-05-13 Test::Alien::Diag(3)