Codebase list libkavorka-perl / 967f42e
document thread test Toby Inkster 10 years ago
1 changed file(s) with 23 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 =pod
1
2 =encoding utf-8
3
4 =head1 PURPOSE
5
6 Check that Kavorka can be used on threaded Perls. Doesn't test any
7 actual functionality under threading; merely that Kavorka can be
8 loaded, and threads can be created.
9
10 =head1 AUTHOR
11
12 Aaron James Trevena E<lt>teejay@cpan.orgE<gt>.
13
14 =head1 COPYRIGHT AND LICENCE
15
16 This software is copyright (c) 2014 by Aaron James Trevena.
17
18 This is free software; you can redistribute it and/or modify it under
19 the same terms as the Perl 5 programming language system itself.
20
21 =cut
22
023 use strict;
124 use warnings;
225 use Test::More;