Added devel/p5-Rose-Object version 0.84
authorabs <abs>
Sun, 10 Jun 2007 13:44:22 +0000 (13:44 +0000)
committerabs <abs>
Sun, 10 Jun 2007 13:44:22 +0000 (13:44 +0000)
commit9c05a6f50d35b188b004b15186710746f3b71841
tree4165fcd7ab9eea82fd214a95ea0526c4d7108d08
parent34e50ee813050f09817da6a80be947954b9e3727
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.
devel/p5-Rose-Object/DESCR [new file with mode: 0644]
devel/p5-Rose-Object/Makefile [new file with mode: 0644]
devel/p5-Rose-Object/PLIST [new file with mode: 0644]
devel/p5-Rose-Object/distinfo [new file with mode: 0644]