Codebase list libclass-insideout-perl / upstream/1.14+git20170402.b6b03d2 examples
upstream/1.14+git20170402.b6b03d2

Tree @upstream/1.14+git20170402.b6b03d2 (Download .tar.gz)

1
2
3
4
5
6
7
For examples, see the objects used in testing located in t/Object/.

In particular, t/Object/Animal.pm and the subclasses in t/Object/Animal/
show typical object inheritance techniques.

For an example of foreign/black-box inheritance of an IO::File object,
see t/Object/Foreign.pm.