line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
# ----------------------------------------------------------------------------# |
2
|
|
|
|
|
|
|
# Object::AlreadyBound # |
3
|
|
|
|
|
|
|
# # |
4
|
|
|
|
|
|
|
# Copyright (c) 2001-02 Arun Kumar U . # |
5
|
|
|
|
|
|
|
# All rights reserved. # |
6
|
|
|
|
|
|
|
# # |
7
|
|
|
|
|
|
|
# This program is free software; you can redistribute it and/or # |
8
|
|
|
|
|
|
|
# modify it under the same terms as Perl itself. # |
9
|
|
|
|
|
|
|
# ----------------------------------------------------------------------------# |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
package Object::AlreadyBound; |
12
|
|
|
|
|
|
|
|
13
|
1
|
|
|
1
|
|
5
|
use Error; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
5
|
|
14
|
1
|
|
|
1
|
|
53
|
use base qw( Error::Simple ); |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
79
|
|
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
1; |