Commit graph

2 commits

Author SHA1 Message Date
seb
a5dfce5f0e Update to version 0.06 from version 0.05.
0.06 Thu Jul 23 02:10:07 2008
    * Deprecating before/after/around triggers! Switch back to coderef +
      whatever you used to do. Moose is have it implemented it as an extension
      trait.

    * Mouse
      - updated trigger doc (thanks perigrin)
        - which will not see CPAN :( sorry perigrin!

    * Mouse::Meta::Class
      - add a make_immutable method which does nothing(!), for even more
        Moose compat (nothingmuch's idea)
2008-07-28 18:19:23 +00:00
he
c3dbf5976f Import p5-Mouse version 0.05.
Mouse is Moose minus the antlers.

(Moose is "A postmodern object system for Perl 5".)

Moose is wonderful.

Unfortunately, it's a little slow. Though significant progress has
been made over the years, the compile time penalty is a non-starter
for some applications.

Mouse aims to alleviate this by providing a subset of Moose's
functionality, faster. In particular, "has" in Moose is missing
only a few expert-level features.
2008-07-22 23:43:57 +00:00