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.80
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 and other bug reports that gives a quick summary
19 of the important settings like "clfags" and "libs".
20
22 alien_diag
23 alien_diag @aliens;
24
25 prints out diagnostics for each given alien. Each alien must be the
26 class name of an alien.
27
28 [version 2.68]
29
30 alien_diag @aliens, \%options;
31
32 Starting with Alien::Build 2.68, you can provide an option hash to
33 adjust the behavior of "alien_diag". Valid options are:
34
35 properties
36 Additional properties to display in the diagnostic. Useful when
37 you have an Alien with custom properties defined in the subclass.
38
39 list_properties
40 Additional properties that are returned as a list to display in the
41 diagnostic. Useful when you have an Alien with customer properties
42 that return a list.
43
45 Author: Graham Ollis <plicease@cpan.org>
46
47 Contributors:
48
49 Diab Jerius (DJERIUS)
50
51 Roy Storey (KIWIROY)
52
53 Ilya Pavlov
54
55 David Mertens (run4flat)
56
57 Mark Nunberg (mordy, mnunberg)
58
59 Christian Walde (Mithaldu)
60
61 Brian Wightman (MidLifeXis)
62
63 Zaki Mughal (zmughal)
64
65 mohawk (mohawk2, ETJ)
66
67 Vikas N Kumar (vikasnkumar)
68
69 Flavio Poletti (polettix)
70
71 Salvador Fandiño (salva)
72
73 Gianni Ceccarelli (dakkar)
74
75 Pavel Shaydo (zwon, trinitum)
76
77 Kang-min Liu (劉康民, gugod)
78
79 Nicholas Shipp (nshp)
80
81 Juan Julián Merelo Guervós (JJ)
82
83 Joel Berger (JBERGER)
84
85 Petr Písař (ppisar)
86
87 Lance Wicks (LANCEW)
88
89 Ahmad Fatoum (a3f, ATHREEF)
90
91 José Joaquín Atria (JJATRIA)
92
93 Duke Leto (LETO)
94
95 Shoichi Kaji (SKAJI)
96
97 Shawn Laffan (SLAFFAN)
98
99 Paul Evans (leonerd, PEVANS)
100
101 Håkon Hægland (hakonhagland, HAKONH)
102
103 nick nauwelaerts (INPHOBIA)
104
105 Florian Weimer
106
108 This software is copyright (c) 2011-2022 by Graham Ollis.
109
110 This is free software; you can redistribute it and/or modify it under
111 the same terms as the Perl 5 programming language system itself.
112
113
114
115perl v5.36.1 2023-05-15 Test::Alien::Diag(3)