Commit graph

5 commits

Author SHA1 Message Date
seb
b7b843d65c Update from version 0.854 to version 0.855.
Upstream changes:
0.855 (01.22.2009) - John Siracusa <siracusa@gmail.com>
    * Added Class::XSAccessor support.
2009-03-08 10:21:51 +00:00
he
4850e8079a Update from version 0.853nb1 to 0.854.
Upstream changes:

0.854 (12.09.2008) - John Siracusa <siracusa@gmail.com>

    * Altered the default name for the adds_method and inherits_method
      method types in the inherited_hash class method maker.
2008-12-16 21:05:35 +00:00
he
66dd37122b Update from version 0.85 to 0.85.3 (0.853 in upstream). Changes:
0.853 (07.30.2008) - John Siracusa <siracusa@gmail.com>

    * Fixed a bug in the hash get_set_init method interface.  (Reported
      by Bill Moseley)

0.852 (06.25.2008) - John Siracusa <siracusa@gmail.com>

    * Documented Rose::Object::MixIn->import()'s -target_class parameter.

0.851 (06.06.2008) - John Siracusa <siracusa@gmail.com>

    * Corrected mistakes in the Rose::Class::MakeMethods::Generic POD.
2008-08-06 20:59:20 +00:00
rhaen
98c61492d6 updated to 0.85
ChangeLog:
0.85 (05.28.2008) - John Siracusa <siracusa@gmail.com>

    * Added "inherited_hash" and "inheritable_boolean" class method types.
    * Documented shift, unshift, and pop array method maker method type.
    * Fixed a bug that prevented "--opt=0" options from being honored
      (Reported by Bill Moseley)
2008-07-23 22:42:36 +00:00
abs
87e08c853a 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.
2007-06-10 13:44:22 +00:00