Fix many
[gitmo/Mouse.git] / lib / Mouse.pm
2009-11-17 gfx Fix many 0.40_07
2009-11-16 gfx Checking in changes prior to tagging of version 0.40_06... 0.40_06
2009-11-16 gfx Revert "Change inline_constructor => 0"
2009-11-16 gfx Change inline_constructor => 0
2009-11-03 gfx Remove extra commas from pods
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-26 gfx Version 0.40_01
2009-10-24 gfx Move accessors into XS
2009-10-24 gfx Lazy load Mouse::Meta::Role
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 Checking in changes prior to tagging of version 0.38... 0.38
2009-10-13 gfx Update documents
2009-10-13 gfx Add $VERSION to Mouse::Role to allow "use Mouse::Role...
2009-10-12 gfx Checking in changes prior to tagging of version 0.37_06... 0.37_06
2009-10-10 gfx Tidy
2009-10-09 gfx Checking in changes prior to tagging of version 0.37_05... 0.37_05
2009-10-09 gfx Add a VERSION section to Mouse.pm
2009-10-09 gfx Tidy for release
2009-10-08 gfx version 0.37_04
2009-10-08 gfx Fix some issues on attributes
2009-10-07 gfx version 0.37_03
2009-10-07 gfx Retrieve @EXPORT, which is no longer used, but defined...
2009-10-07 gfx Switch to Mouse::Exporter
2009-10-06 gfx Use Mouse::Exporter
2009-10-04 gfx Fix EOF
2009-10-04 gfx Implement augment/inner
2009-10-04 gfx Refactor the override method modifier code to reduce...
2009-10-04 gfx Remove the "Maintainance" section from the pod.
2009-10-03 gfx version 0.37_02
2009-10-01 gfx Tidy
2009-09-28 gfx version 0.37
2009-09-28 gfx Fix has_method() for backward compatibility
2009-09-28 gfx Fix AUTHORS in pod for Module::Install to recognize...
2009-09-27 gfx Checking in changes prior to tagging of version 0.36... 0.36
2009-09-26 gfx Checking in changes prior to tagging of version 0.35... 0.35
2009-09-25 gfx version 0.34
2009-09-25 gfx No base.pm
2009-09-25 gfx Improve documents
2009-09-25 gfx Make sure to work on 5.6.2
2009-09-25 gfx Refactor attribute constructor
2009-09-24 gfx Merge branch 'blead'
2009-09-24 gfx Refactor many many things
2009-09-24 gfx Fix Makefile.PL to use Mouse::Spec
2009-09-23 gfx Checking in changes prior to tagging of version 0.33... 0.33
2009-09-23 gfx Fix errors
2009-09-23 gfx Add placeholders of augment() and inner() to Mouse.pm
2009-09-23 gfx Fix init_meta and related stuff
2009-09-23 gfx Always load Mouse::Util first, which will be load Mouse...
2009-09-22 gfx version 0.32
2009-09-22 gfx Add various things
2009-09-22 gfx Add Mouse->moose_version for compatible Moose version...
2009-09-22 gfx version 0.31
2009-09-22 gfx Fix Makefile.PL to remove old xt/compatibility/* tests...
2009-09-21 gfx Add my name to AUTHORS
2009-09-21 gfx Use scalar(caller) instead of caller in list context
2009-09-21 gfx Mouse::Role improved
2009-09-21 gfx Remove duplications and cleanup
2009-09-20 gfx Cleanup
2009-09-20 gfx Refactoring
2009-09-20 gfx Merge branch 'master' into topic/more-compatible
2009-09-17 sunnavy bump version to 0.30
2009-09-17 gfx Fix meta() and initialize() for more compatibility
2009-09-09 sunnavy bump to 0.29
2009-07-02 Shawn M Moore Bump to 0.28
2009-07-01 Shawn M Moore Transfer copyright to II
2009-07-01 Shawn M Moore Maintenance section
2009-07-01 Shawn M Moore You need CMM::Fast not Data::Util (which it uses)
2009-07-01 Shawn M Moore Some more pro-Moose propaganda
2009-07-01 Tomas Doran (t0m) Bump to 0.27, Sartak style :)
2009-06-19 Shawn M Moore Bump to 0.26
2009-06-15 Shawn M Moore Bump to 0.25
2009-06-10 Tokuhiro Matsuno added Mouse->init_meta
2009-05-27 Shawn M Moore Bump to 0.24
2009-05-27 Shawn M Moore Mouse::class_of
2009-05-04 Chris Prather set perl version to 5.008 and document 5.6.2 bugs in POD
2009-04-21 Shawn M Moore Bump to 0.23
2009-04-11 Shawn M Moore Bump to 0.22
2009-04-11 markstos eep, don't advise contacting nothingmuch directly for...
2009-04-11 markstos Improve documentation for type constraints.
2009-04-11 markstos Document address of the public git repo.
2009-04-10 Shawn M Moore Bump to 0.21
2009-04-10 Shawn M Moore Be more damning of Mouse, more Squirrel deprecation 0.20
2009-04-10 Shawn M Moore Add wu-lee to authors
2009-04-02 Tokuhiro Matsuno make a subtype for each Mouse class This behavior is...
2009-03-08 Shawn M Moore Bump to 0.20
2009-03-07 Shawn M Moore Bump to 0.19
2009-03-07 Shawn M Moore No real reason for MOUSE_DEBUG these days
2009-03-04 Tokuhiro Matsuno added YourClass->meta->add_attribute(foo => (is =>...
2009-03-04 Tokuhiro Matsuno support Mouse->import({into_level => 1}).
2009-03-01 Tokuhiro Matsuno added attribute metaclass support.
2009-02-18 Shawn M Moore Bump to 0.18
2009-02-18 Shawn M Moore Changes, bump to 0.17 for release
2009-02-05 Shawn M Moore Bump to 0.16
2009-02-05 Shawn M Moore Doc adjustments
2009-02-05 Shawn M Moore Implement override/super
2009-01-06 Shawn M Moore MouseX::Stop::it!
next