line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Global::Context::Terminal::Basic; |
2
|
|
|
|
|
|
|
{ |
3
|
|
|
|
|
|
|
$Global::Context::Terminal::Basic::VERSION = '0.003'; |
4
|
|
|
|
|
|
|
} |
5
|
2
|
|
|
2
|
|
1418
|
use Moose; |
|
2
|
|
|
|
|
3
|
|
|
2
|
|
|
|
|
15
|
|
6
|
|
|
|
|
|
|
with 'Global::Context::Terminal'; |
7
|
|
|
|
|
|
|
# ABSTRACT: trivial class implementing Global::Context::Terminal |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
|
10
|
2
|
|
|
2
|
|
19186
|
use namespace::autoclean; |
|
2
|
|
|
|
|
13
|
|
|
2
|
|
|
|
|
25
|
|
11
|
|
|
|
|
|
|
1; |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
__END__ |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
=pod |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
=head1 NAME |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
Global::Context::Terminal::Basic - trivial class implementing Global::Context::Terminal |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
=head1 VERSION |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
version 0.003 |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
=head1 SEE ALSO |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
L<Global::Context::Terminal> |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
=head1 AUTHOR |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
Ricardo Signes <rjbs@cpan.org> |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
This software is copyright (c) 2010 by Ricardo Signes. |
36
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
This is free software; you can redistribute it and/or modify it under |
38
|
|
|
|
|
|
|
the same terms as the Perl 5 programming language system itself. |
39
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
=cut |