Bug 32640

Summary: New port: p5-Class-ObjectTemplate
Product: Ports & Packages Reporter: Tony Maher <tonym>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Tony Maher 2001-12-09 09:10:01 UTC
	"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.
Comment 1 Pete Fritchman freebsd_committer freebsd_triage 2001-12-19 20:10:29 UTC
State Changed
From-To: open->closed

New port added, thanks!