"Class::ObjectTemplate is a utility class to assist in the building of other Object Oriented Perl classes. It was described in detail in the O'Reilly book, "Advanced Perl Programming" by Sriram Srinivasam." - from the manual page. This is (one of many) dependant port required for a large biology port I am working one. A second one p5-Class-ObjectTemplate-DB will follow shortly. I have no real way of testing this port so if a perl guru can look this over before committing ... It is covered in the O'reilly book and from the book package Employee; use Class::ObjectTemplate; @ISA = qw(ObjectTemplate); attributes qw(name age position); running perl on this looks ok. Otherwise it can sit in the PR's until I get the big port going and tested.
State Changed From-To: open->closed New port added, thanks!