Fix XS loading code
[gitmo/Mouse.git] / lib / Mouse / Util.pm
2009-12-03 gfx Fix XS loading code
2009-11-28 gfx Skip class unload stuff in global destruction
2009-11-28 gfx Fix a error message in apply_all_roles
2009-11-26 gfx Checking in changes prior to tagging of version 0.40_08... 0.40_08
2009-11-26 gfx Add a constant, MOUSE_XS
2009-11-26 gfx Fix metaclass compatibility resolution
2009-11-17 gfx Fix many 0.40_07
2009-11-17 gfx For Mouse::Util::MetaRole
2009-11-17 gfx Tidy
2009-11-16 gfx Checking in changes prior to tagging of version 0.40_06... 0.40_06
2009-11-02 gfx Checking in changes prior to tagging of version 0.40_05... 0.40_05
2009-11-01 gfx Tidy
2009-11-01 gfx Tweaks for Mouse guts, and add Mouse::Util::_MOUSE_XS...
2009-11-01 gfx Checking in changes prior to tagging of version 0.40_04... 0.40_04
2009-10-31 gfx s/_generate_isa_predicte_for/generate_isa_predicate_for...
2009-10-31 gfx Change is-a predicate stuff
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 No import
2009-10-27 gfx Remove debuggign code
2009-10-27 gfx Hack for XSLoader
2009-10-26 gfx Fix Util.pm
2009-10-26 gfx More _generate_class_type_for()
2009-10-26 gfx Version 0.40_01
2009-10-25 gfx built-in type constraints in XS
2009-10-24 gfx Add first XS implementation
2009-10-19 gfx Checking in changes prior to tagging of version 0.40... 0.40
2009-10-19 gfx Mouse and Mouse::Roles does export their sugars to...
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 Add VERSION section to pods
2009-10-09 gfx Tidy for release
2009-10-08 gfx Add note to general methods
2009-10-08 gfx Very tiny tweaks
2009-10-08 gfx Re-implement role composition, which was implemented...
2009-10-07 gfx Switch to Mouse::Exporter
2009-10-03 gfx Fix meta() method
2009-10-03 gfx Fix pods
2009-10-03 gfx Cleanup
2009-10-01 gfx Tweaks
2009-10-01 gfx Fix some code for new APIs
2009-10-01 gfx Remove some private or useless methods/functions from...
2009-09-28 gfx Tweaks for pods
2009-09-28 gfx Fix pods
2009-09-28 gfx Fix has_method() for backward compatibility
2009-09-27 gfx Fix an issue that breaks a backward compatibility.
2009-09-25 gfx No base.pm
2009-09-25 gfx Tidy
2009-09-25 gfx Improve documents
2009-09-25 gfx Tidy
2009-09-25 gfx Tidy
2009-09-24 gfx Refactor many many things
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-23 gfx Always load Mouse::Util first, which will be load Mouse...
2009-09-22 gfx Add various things
2009-09-22 gfx Add Mouse::Util::english_list()
2009-09-22 gfx Fix Makefile.PL to remove old xt/compatibility/* tests...
2009-09-21 gfx More compatibility
2009-09-21 gfx Mouse::Role improved
2009-09-21 gfx Use throw_error() instead of confess()
2009-09-20 gfx Cleanup
2009-09-20 gfx Move M::Util::(version|authority|identifier) to M:...
2009-09-20 gfx Refactoring
2009-09-20 gfx Save global variables (Mouse/Util.pm)
2009-03-27 Nick Woolley Implemented Mouse::Role->does; modified Mouse::Meta...
2009-03-07 Shawn M Moore No reason to do a string eval here
2009-03-01 Tokuhiro Matsuno added attribute metaclass support.
2009-02-12 Tokuhiro Matsuno added Mouse::Util::apply_all_roles to @EXPORT_OK for...
2009-02-10 Shawn M Moore Load mro directly if Perl is recent enough (Nicholas...
2008-12-09 Shawn M Moore Comments, style
2008-12-09 Shawn M Moore Remove pointless shebang in each module
2008-12-07 Tokuhiro Matsuno use Scalar::Util directly
2008-12-06 Tokuhiro Matsuno bug fixed when perl 5.8
2008-12-06 Tokuhiro Matsuno - depend to Scalar::Util when perl5.6.x
2008-12-06 Tokuhiro Matsuno revert XS related things. this is no advantage orz
2008-12-04 大沢 和宏 add with qw( Role1 Role2 ) support
2008-12-04 Tokuhiro Matsuno we want to use older Exporter
2008-12-03 Daisuke Maki don't attempt to require Scalar::Util if we're going...
2008-12-03 Daisuke Maki put a hack around in there
2008-12-03 Daisuke Maki change location
2008-12-03 Daisuke Maki oops, copied the wrong sub
2008-12-03 Daisuke Maki attempt to require MRO::Compat. If that fails, use...
2008-12-03 Daisuke Maki 024 fails, but successfully loads and uses the XS versi...
2008-12-02 Tokuhiro Matsuno test related things is moved to t::Exception
2008-12-02 Tokuhiro Matsuno don't require Test::Exception on production environment =)
2008-12-02 Tokuhiro Matsuno - added Moose::Util::apply_all_roles
2008-11-29 Shawn M Moore Implement and export dies_ok
2008-11-29 Shawn M Moore More fixes for requiring Test::Exception 0.27
2008-11-28 Shawn M Moore Mouse::Util provides throws_ok and lives_ok unless...
2008-09-29 Shawn M Moore use Carp so Carp::croak is defined (fixes some test...
2008-09-28 Shawn M Moore Don't construct a Test::Builder at BEGIN time, only...
2008-09-28 Shawn M Moore Run all of Mouse::Util at BEGIN time
2008-09-28 Shawn M Moore Notify us of what versions of everything we have from...
2008-09-28 Shawn M Moore Doc that we have implementations for throws_ok and...
2008-09-28 Shawn M Moore Fixes for $Test::Builder::Tester, we want to invoke...
2008-09-28 Shawn M Moore Test::Exception!
2008-09-28 Shawn M Moore Add throws_ok to Mouse::Util
2008-09-28 Shawn M Moore We don't need to do both eval and Module::Name -> Modul...
2008-09-28 Shawn M Moore Simplification of blessed, we don't need to lift the...
next