line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
1
|
|
|
1
|
|
707
|
use 5.006; # our |
|
1
|
|
|
|
|
2
|
|
2
|
1
|
|
|
1
|
|
4
|
use strict; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
19
|
|
3
|
1
|
|
|
1
|
|
3
|
use warnings; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
49
|
|
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
package Gentoo::App::Demerge; |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
our $VERSION = '0.048'; |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
=head1 NAME |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
Gentoo::App::Demerge - Revert to previous installation states. |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
=head1 AUTHOR |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
Christian Hartmann |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
=head1 CONTRIBUTORS |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
Many thanks go out to all the people listed below: |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
Wernfried Haas |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
Tobias Scherbaum |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
Kalin Kozhuharov |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
Michael Cummings |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
Raul Porcel |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
pille |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
=head1 LICENSE |
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
This software is copyright (C) 2007 by Christian Hartmann. |
36
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
This is free software; you can redistribute it and/or modify it under |
38
|
|
|
|
|
|
|
The GNU General Public License, Version 2, June 1991 |
39
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
=cut |