| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
package PkgForge::BuildCommand::Check; # -*-perl-*- |
|
2
|
1
|
|
|
1
|
|
678
|
use strict; |
|
|
1
|
|
|
|
|
3
|
|
|
|
1
|
|
|
|
|
40
|
|
|
3
|
1
|
|
|
1
|
|
6
|
use warnings; |
|
|
1
|
|
|
|
|
2
|
|
|
|
1
|
|
|
|
|
47
|
|
|
4
|
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
our $VERSION = '1.1.10'; |
|
6
|
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
# $Id: Check.pm.in 16781 2011-04-22 09:41:46Z squinney@INF.ED.AC.UK $ |
|
8
|
|
|
|
|
|
|
# $Source:$ |
|
9
|
|
|
|
|
|
|
# $Revision: 16781 $ |
|
10
|
|
|
|
|
|
|
# $HeadURL: https://svn.lcfg.org/svn/source/tags/PkgForge-Server/PkgForge_Server_1_1_10/lib/PkgForge/BuildCommand/Check.pm.in $ |
|
11
|
|
|
|
|
|
|
# $Date: 2011-04-22 10:41:46 +0100 (Fri, 22 Apr 2011) $ |
|
12
|
|
|
|
|
|
|
|
|
13
|
1
|
|
|
1
|
|
5
|
use Moose::Role; |
|
|
1
|
|
|
|
|
3
|
|
|
|
1
|
|
|
|
|
10
|
|
|
14
|
1
|
|
|
1
|
|
5648
|
use MooseX::Types::Moose qw(Str); |
|
|
1
|
|
|
|
|
4
|
|
|
|
1
|
|
|
|
|
12
|
|
|
15
|
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
with 'PkgForge::BuildCommand'; |
|
17
|
|
|
|
|
|
|
|
|
18
|
1
|
|
|
1
|
|
5687
|
no Moose::Role; |
|
|
1
|
|
|
|
|
2
|
|
|
|
1
|
|
|
|
|
7
|
|
|
19
|
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
1; |
|
21
|
|
|
|
|
|
|
__END__ |
|
22
|
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
=head1 NAME |
|
24
|
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
PkgForge::Check - |
|
26
|
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
=head1 VERSION |
|
28
|
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
This documentation refers to PkgForge::Check version 1.1.10 |
|
30
|
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
=head1 USAGE |
|
32
|
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
=head1 DESCRIPTION |
|
34
|
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
=head1 REQUIRED ARGUMENTS |
|
36
|
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
=head1 OPTIONS |
|
38
|
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
=over 4 |
|
40
|
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
=item |
|
42
|
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
=back |
|
44
|
|
|
|
|
|
|
|
|
45
|
|
|
|
|
|
|
=head1 CONFIGURATION |
|
46
|
|
|
|
|
|
|
|
|
47
|
|
|
|
|
|
|
=head1 EXIT STATUS |
|
48
|
|
|
|
|
|
|
|
|
49
|
|
|
|
|
|
|
=head1 INCOMPATIBILITIES |
|
50
|
|
|
|
|
|
|
|
|
51
|
|
|
|
|
|
|
=head1 DIAGNOSTICS |
|
52
|
|
|
|
|
|
|
|
|
53
|
|
|
|
|
|
|
=head1 DEPENDENCIES |
|
54
|
|
|
|
|
|
|
|
|
55
|
|
|
|
|
|
|
This application requires |
|
56
|
|
|
|
|
|
|
|
|
57
|
|
|
|
|
|
|
=head1 SEE ALSO |
|
58
|
|
|
|
|
|
|
|
|
59
|
|
|
|
|
|
|
=head1 PLATFORMS |
|
60
|
|
|
|
|
|
|
|
|
61
|
|
|
|
|
|
|
This is the list of platforms on which we have tested this |
|
62
|
|
|
|
|
|
|
software. We expect this software to work on any Unix-like platform |
|
63
|
|
|
|
|
|
|
which is supported by Perl. |
|
64
|
|
|
|
|
|
|
|
|
65
|
|
|
|
|
|
|
ScientificLinux5, Fedora13 |
|
66
|
|
|
|
|
|
|
|
|
67
|
|
|
|
|
|
|
=head1 BUGS AND LIMITATIONS |
|
68
|
|
|
|
|
|
|
|
|
69
|
|
|
|
|
|
|
Please report any bugs or problems (or praise!) to bugs@lcfg.org, |
|
70
|
|
|
|
|
|
|
feedback and patches are also always very welcome. |
|
71
|
|
|
|
|
|
|
|
|
72
|
|
|
|
|
|
|
=head1 AUTHOR |
|
73
|
|
|
|
|
|
|
|
|
74
|
|
|
|
|
|
|
Stephen Quinney <squinney@inf.ed.ac.uk> |
|
75
|
|
|
|
|
|
|
|
|
76
|
|
|
|
|
|
|
=head1 LICENSE AND COPYRIGHT |
|
77
|
|
|
|
|
|
|
|
|
78
|
|
|
|
|
|
|
Copyright (C) 2011 University of Edinburgh. All rights reserved. |
|
79
|
|
|
|
|
|
|
|
|
80
|
|
|
|
|
|
|
This library is free software; you can redistribute it and/or modify |
|
81
|
|
|
|
|
|
|
it under the terms of the GPL, version 2 or later. |
|
82
|
|
|
|
|
|
|
|
|
83
|
|
|
|
|
|
|
=cut |