Bug 32640 - New port: p5-Class-ObjectTemplate
Summary: New port: p5-Class-ObjectTemplate
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-12-09 09:10 UTC by Tony Maher
Modified: 2001-12-19 20:11 UTC (History)
0 users

See Also:


Attachments
file.shar (3.17 KB, text/plain)
2001-12-09 09:10 UTC, Tony Maher
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!