line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
# You may distribute under the terms of either the GNU General Public License |
2
|
|
|
|
|
|
|
# or the Artistic License (the same terms as Perl itself) |
3
|
|
|
|
|
|
|
# |
4
|
|
|
|
|
|
|
# (C) Paul Evans, 2010 -- leonerd@leonerd.org.uk |
5
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
package Tangence 0.29; |
7
|
|
|
|
|
|
|
|
8
|
1
|
|
|
1
|
|
531
|
use v5.26; |
|
1
|
|
|
|
|
2
|
|
9
|
1
|
|
|
1
|
|
4
|
use warnings; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
31
|
|
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
# This package contains no code other than a declaration of the version. |
12
|
|
|
|
|
|
|
# It is provided simply to keep CPAN happy: |
13
|
|
|
|
|
|
|
# cpan -i Tangence |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
=head1 NAME |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
C - attribute-oriented server/client object remoting framework |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
=head1 DESCRIPTION |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
Like CORBA only much smaller, lighter, and with heavy emphasis on attributes |
22
|
|
|
|
|
|
|
of remoted objects, including notifications of modification and atomic update |
23
|
|
|
|
|
|
|
operations. |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
=head1 TODO |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
Docs. Other languages. Static metadata. Other metadata backend generation - |
28
|
|
|
|
|
|
|
L? |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
=head1 AUTHOR |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
Paul Evans |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
=cut |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
0x55AA; |