Subject: CVS commit: pkgsrc/doc
To: None <pkgsrc-changes@NetBSD.org>
From: David Brownlee <abs@netbsd.org>
List: pkgsrc-changes
Date: 06/10/2007 13:45:37
Module Name:	pkgsrc
Committed By:	abs
Date:		Sun Jun 10 13:45:37 UTC 2007

Modified Files:
	pkgsrc/doc: CHANGES-2007

Log Message:
Added devel/p5-Rose-Object version 0.84

Rose::Class is a generic base class for classes. It provides a
single class method (error), but may be expanded further in the
future.

A class that inherits from Rose::Class is not expected to allow
objects of that class to be instantiated, since the namespace for
class and object methods is shared. For example, it is common for
Rose::Object-derived classes to have error methods, but this would
conflict with the Rose::Class method of the same name.


To generate a diff of this commit:
cvs rdiff -r1.1333 -r1.1334 pkgsrc/doc/CHANGES-2007

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.