line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Term::Screen::Lite::Win32; |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
$Term::Screen::Lite::Win32::VERSION = '0.06'; |
4
|
|
|
|
|
|
|
$Term::Screen::Lite::Win32::AUTHORITY = 'cpan:MANWAR'; |
5
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
=head1 NAME |
7
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
Term::Screen::Lite::Win32 - Windows platform interface to terminal screen. |
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
=head1 VERSION |
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
Version 0.06 |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
=cut |
15
|
|
|
|
|
|
|
|
16
|
1
|
|
|
1
|
|
1332
|
use 5.006; |
|
1
|
|
|
|
|
3
|
|
17
|
1
|
|
|
1
|
|
5
|
use Data::Dumper; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
53
|
|
18
|
|
|
|
|
|
|
|
19
|
1
|
|
|
1
|
|
6
|
use Moo; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
6
|
|
20
|
1
|
|
|
1
|
|
322
|
use namespace::clean; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
4
|
|
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
=head1 DESCRIPTION |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
B |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
=cut |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
sub clear { |
29
|
0
|
|
|
0
|
0
|
|
print " \e[1J"; |
30
|
|
|
|
|
|
|
} |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
=head1 AUTHOR |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
Mohammad S Anwar, C<< >> |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
=head1 REPOSITORY |
37
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
L |
39
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
=head1 SEE ALSO |
41
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
L |
43
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
=head1 BUGS |
45
|
|
|
|
|
|
|
|
46
|
|
|
|
|
|
|
Please report any bugs or feature requests to C, |
47
|
|
|
|
|
|
|
or through the web interface at L. |
48
|
|
|
|
|
|
|
I will be notified and then you'll automatically be notified of progress on your |
49
|
|
|
|
|
|
|
bug as I make changes. |
50
|
|
|
|
|
|
|
|
51
|
|
|
|
|
|
|
=head1 SUPPORT |
52
|
|
|
|
|
|
|
|
53
|
|
|
|
|
|
|
You can find documentation for this module with the perldoc command. |
54
|
|
|
|
|
|
|
|
55
|
|
|
|
|
|
|
perldoc Term::Screen::Lite::Win32 |
56
|
|
|
|
|
|
|
|
57
|
|
|
|
|
|
|
You can also look for information at: |
58
|
|
|
|
|
|
|
|
59
|
|
|
|
|
|
|
=over 4 |
60
|
|
|
|
|
|
|
|
61
|
|
|
|
|
|
|
=item * RT: CPAN's request tracker (report bugs here) |
62
|
|
|
|
|
|
|
|
63
|
|
|
|
|
|
|
L |
64
|
|
|
|
|
|
|
|
65
|
|
|
|
|
|
|
=item * AnnoCPAN: Annotated CPAN documentation |
66
|
|
|
|
|
|
|
|
67
|
|
|
|
|
|
|
L |
68
|
|
|
|
|
|
|
|
69
|
|
|
|
|
|
|
=item * CPAN Ratings |
70
|
|
|
|
|
|
|
|
71
|
|
|
|
|
|
|
L |
72
|
|
|
|
|
|
|
|
73
|
|
|
|
|
|
|
=item * Search CPAN |
74
|
|
|
|
|
|
|
|
75
|
|
|
|
|
|
|
L |
76
|
|
|
|
|
|
|
|
77
|
|
|
|
|
|
|
=back |
78
|
|
|
|
|
|
|
|
79
|
|
|
|
|
|
|
=head1 LICENSE AND COPYRIGHT |
80
|
|
|
|
|
|
|
|
81
|
|
|
|
|
|
|
Copyright (C) 2015 - 2017 Mohammad S Anwar. |
82
|
|
|
|
|
|
|
|
83
|
|
|
|
|
|
|
This program is free software; you can redistribute it and / or modify it under |
84
|
|
|
|
|
|
|
the terms of the the Artistic License (2.0). You may obtain a copy of the full |
85
|
|
|
|
|
|
|
license at: |
86
|
|
|
|
|
|
|
|
87
|
|
|
|
|
|
|
L |
88
|
|
|
|
|
|
|
|
89
|
|
|
|
|
|
|
Any use, modification, and distribution of the Standard or Modified Versions is |
90
|
|
|
|
|
|
|
governed by this Artistic License.By using, modifying or distributing the Package, |
91
|
|
|
|
|
|
|
you accept this license. Do not use, modify, or distribute the Package, if you do |
92
|
|
|
|
|
|
|
not accept this license. |
93
|
|
|
|
|
|
|
|
94
|
|
|
|
|
|
|
If your Modified Version has been derived from a Modified Version made by someone |
95
|
|
|
|
|
|
|
other than you,you are nevertheless required to ensure that your Modified Version |
96
|
|
|
|
|
|
|
complies with the requirements of this license. |
97
|
|
|
|
|
|
|
|
98
|
|
|
|
|
|
|
This license does not grant you the right to use any trademark, service mark, |
99
|
|
|
|
|
|
|
tradename, or logo of the Copyright Holder. |
100
|
|
|
|
|
|
|
|
101
|
|
|
|
|
|
|
This license includes the non-exclusive, worldwide, free-of-charge patent license |
102
|
|
|
|
|
|
|
to make, have made, use, offer to sell, sell, import and otherwise transfer the |
103
|
|
|
|
|
|
|
Package with respect to any patent claims licensable by the Copyright Holder that |
104
|
|
|
|
|
|
|
are necessarily infringed by the Package. If you institute patent litigation |
105
|
|
|
|
|
|
|
(including a cross-claim or counterclaim) against any party alleging that the |
106
|
|
|
|
|
|
|
Package constitutes direct or contributory patent infringement,then this Artistic |
107
|
|
|
|
|
|
|
License to you shall terminate on the date that such litigation is filed. |
108
|
|
|
|
|
|
|
|
109
|
|
|
|
|
|
|
Disclaimer of Warranty: THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND |
110
|
|
|
|
|
|
|
CONTRIBUTORS "AS IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED |
111
|
|
|
|
|
|
|
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR |
112
|
|
|
|
|
|
|
NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL LAW. UNLESS |
113
|
|
|
|
|
|
|
REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL BE LIABLE FOR ANY DIRECT, |
114
|
|
|
|
|
|
|
INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT OF THE USE |
115
|
|
|
|
|
|
|
OF THE PACKAGE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
116
|
|
|
|
|
|
|
|
117
|
|
|
|
|
|
|
=cut |
118
|
|
|
|
|
|
|
|
119
|
|
|
|
|
|
|
1; # End of Term::Screen::Lite::Win32 |