1Test::Valgrind::Util(3)User Contributed Perl DocumentatioTnest::Valgrind::Util(3)
2
3
4

NAME

6       Test::Valgrind::Util - Utility routines for Test::Valgrind.
7

VERSION

9       Version 1.19
10

DESCRIPTION

12       This module contains some helpers used by Test::Valgrind.  It is not
13       really designed to be used anywhere else.
14

FUNCTIONS

16   "validate_subclass"
17           my ($validated_type, $error_msg) = validate_subclass($type);
18
19       Try to interpret $type as a subclass of the caller package, and load it
20       if its @ISA is empty.  Returns the validated type, or "undef" and the
21       relevant error message.
22

EXPORT

24       This module does not export anything.
25

SEE ALSO

27       Test::Valgrind.
28

AUTHOR

30       Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>.
31
32       You can contact me by mail or on "irc.perl.org" (vincent).
33

BUGS

35       Please report any bugs or feature requests to "bug-test-valgrind at
36       rt.cpan.org", or through the web interface at
37       <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Valgrind>.  I will
38       be notified, and then you'll automatically be notified of progress on
39       your bug as I make changes.
40

SUPPORT

42       You can find documentation for this module with the perldoc command.
43
44           perldoc Test::Valgrind::Component
45
47       Copyright 2015,2016 Vincent Pit, all rights reserved.
48
49       This program is free software; you can redistribute it and/or modify it
50       under the same terms as Perl itself.
51
52
53
54perl v5.32.0                      2020-07-28           Test::Valgrind::Util(3)
Impressum