Add Mouse::Util::quoted_english_list()
[gitmo/Mouse.git] / lib / Mouse / Meta / Method /
2010-02-02 gfx Checking in changes prior to tagging of version 0.49... 0.49
2010-01-31 gfx Checking in changes prior to tagging of version 0.48... 0.48
2010-01-15 gfx Checking in changes prior to tagging of version 0.47... 0.47
2010-01-09 gfx Checking in changes prior to tagging of version 0.46... 0.46
2009-12-22 gfx Checking in changes prior to tagging of version 0.4501... 0.4501
2009-12-20 gfx Add 'use warnings FATAL => "recursion"' to Accessor.pm
2009-12-19 gfx Checking in changes prior to tagging of version 0.45...
2009-12-19 gfx Rename: s/verify_type_constraint_error/_throw_type_cons...
2009-12-19 gfx Change the signature of verify_type_constraint_error...
2009-12-19 gfx Change the internal delegation code
2009-12-13 gfx Fix accessor filenames
2009-12-09 gfx Checking in changes prior to tagging of version 0.44... 0.44
2009-12-07 gfx Checking in changes prior to tagging of version 0.43... 0.43
2009-12-05 gfx Checking in changes prior to tagging of version 0.42... 0.42
2009-12-05 gfx Checking in changes prior to tagging of version 0.41... 0.41
2009-12-03 gfx Make accessor generators extensible
2009-12-03 gfx Checking in changes prior to tagging of version 0.40_09... 0.40_09
2009-12-03 gfx Add meta() method to method metaclasses
2009-11-26 gfx Checking in changes prior to tagging of version 0.40_08... 0.40_08
2009-11-17 gfx Fix many 0.40_07
2009-11-16 gfx Fix default and weak stuff
2009-11-16 gfx Checking in changes prior to tagging of version 0.40_06... 0.40_06
2009-11-16 gfx DEMOLISH to XS
2009-11-03 gfx Remove an useless "use Scalar::Util" directive
2009-11-02 gfx Checking in changes prior to tagging of version 0.40_05... 0.40_05
2009-11-01 gfx Checking in changes prior to tagging of version 0.40_04... 0.40_04
2009-10-30 gfx Checking in changes prior to tagging of version 0.40_03... 0.40_03
2009-10-27 gfx Checking in changes prior to tagging of version 0.40_02... 0.40_02
2009-10-27 gfx Compat for Moose
2009-10-26 gfx Split accessor generators into Accessor.pm and Delegati...
2009-10-26 gfx Version 0.40_01
2009-10-25 gfx Use get_code_ref()
2009-10-24 gfx Make method generators extensible
2009-10-24 gfx Fix the NAME in Mouse::Meta::Method::Destructor
2009-10-19 gfx Checking in changes prior to tagging of version 0.40... 0.40
2009-10-13 gfx Checking in changes prior to tagging of version 0.39... 0.39
2009-10-13 gfx Fix RT #50422
2009-10-13 gfx Checking in changes prior to tagging of version 0.38... 0.38
2009-10-13 gfx Add VERSION section to pods
2009-10-12 gfx Fix role application to instances
2009-10-10 gfx Add localization of $@ and $? in DESTROY
2009-10-09 gfx Fix a bug about immutablizing anonymous classes
2009-10-09 gfx Tidy for release
2009-10-08 gfx A tweak for backward compatibility
2009-10-08 gfx Fix a possible syntax error in generated constructor
2009-10-08 gfx Fix some issues on attributes
2009-10-07 gfx Fix an accessor generator to accept role application...
2009-10-07 gfx More compatibility
2009-10-07 gfx Refactor and optimize Mouse::Meta::Method::Accessor
2009-10-07 gfx Refactor and optimize Mouse::Meta::Method::Accessor
2009-10-07 gfx Switch to Mouse::Exporter
2009-10-05 gfx Refactor install_accessor() and related stuff
2009-10-03 gfx Fix issues on 5.6.2
2009-10-02 gfx Add get_read_method_ref and get_write_method_ref. Remov...
2009-09-30 gfx Fix an issue tested in t/040_type_constraints/025_type_...
2009-09-30 gfx Tidy
2009-09-30 gfx Move type coercion mechanism from Util/TypeConstraints...
2009-09-30 gfx Refactor type constraints
2009-09-28 gfx Add a "no warnings 'once'"
2009-09-25 gfx Tidy
2009-09-24 gfx Refactor the constructor of Attribute
2009-09-24 gfx Add some tests
2009-09-23 gfx Checking in changes prior to tagging of version 0.33... 0.33
2009-09-22 gfx Fix the timing triggers are invoked
2009-09-22 gfx Note failures in 5.10.1, but I don't know why it happens
2009-09-22 gfx Change, Fix, Improve
2009-09-21 gfx Add Meta/Method/Accessor.pm
2009-09-17 gfx Move MethodAccessor stuff to Attribute
2009-09-15 gfx Move MethodAccessor stuff to Attribute
2009-09-08 sunnavy make auto_deref also handles isa not only ArrayRef...
2009-04-15 Shawn M Moore Use $value instead of $_ in the constructor, since...
2009-04-10 Tokuhiro Matsuno class-mop says 'The compute_all_applicable_attributes...
2009-04-06 wu-lee Fixed bug in the immutable constructor. It now redispa...
2009-04-04 Tokuhiro Matsuno do not create a copy of argument, if not needed
2009-04-03 wu-lee Fixed a bug in the compiled constructor - it was invoki...
2009-04-03 Tokuhiro Matsuno scope makes slower!mouse's constructer is faster than...
2009-04-03 Tokuhiro Matsuno use compiled_constraints directly. performance enhancement.
2009-04-03 Tokuhiro Matsuno refactoring the duplicated vars
2009-04-03 Tokuhiro Matsuno split accessor generator from the Meta::Attribute.
2009-04-02 Tokuhiro Matsuno oops. i forgot to change make_immutable code.
2009-04-02 Tokuhiro Matsuno added Mouse::Meta::TypeConstraint and use it. Mouse...
2009-04-02 Tokuhiro Matsuno much faster impl. for constructor/accessor. this is...
2009-04-01 Shawn M Moore Forbid undef passed to new for Moose compat
2009-04-01 Shawn M Moore Remove third argument to trigger
2009-02-05 Shawn M Moore Don't require there to be a BUILDARGS method; fix undef...
2008-12-22 Shawn M Moore Finish renaming Mouse::TypeRegistry to Mouse::Util...
2008-12-09 Shawn M Moore Ignore "used only once" warning
2008-12-09 Shawn M Moore Make the constructor code easier to read
2008-12-09 Shawn M Moore Only inline BUILDARGS if the class has one that isn...
2008-12-09 Shawn M Moore Generated constructor cleanup
2008-12-09 Shawn M Moore More tweaks
2008-12-07 Tokuhiro Matsuno call by full path
2008-12-06 Tokuhiro Matsuno always inject method to DESTROY
2008-12-06 Tokuhiro Matsuno inject empty DESTRUCT method for performance improvement.
2008-12-05 大沢 和宏 optimize for constructor and attribute
2008-12-05 大沢 和宏 set instance to attributes default code
2008-12-05 大沢 和宏 optimaized default values in constructor
2008-12-04 Tokuhiro Matsuno micro optimization
2008-12-04 Tokuhiro Matsuno shortcut the flow for micro optimization.
2008-12-04 Tokuhiro Matsuno bug fixed: BUILD method doesn't works
next