projects
/
gitmo/Moose.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Merge branch 'master' into topic/cmop-merge
[gitmo/Moose.git]
/
lib
/
Moose
/
Meta
/
Class.pm
2010-12-27
Dave Rolsky
Use dzil Authority plugin - remove $AUTHORITY from...
blob
|
commitdiff
2010-12-26
Dave Rolsky
Beginning of dzilization
blob
|
commitdiff
|
diff to current
2010-11-19
Dave Rolsky
Bump version to 1.9900 for new version numbering scheme
blob
|
commitdiff
|
diff to current
2010-11-18
Jesse Luehrs
comment
blob
|
commitdiff
|
diff to current
2010-11-18
Jesse Luehrs
refactor constructor inlining to reuse attribute code
blob
|
commitdiff
|
diff to current
2010-11-18
Jesse Luehrs
push constructor generation back into Moose::Meta:...
blob
|
commitdiff
|
diff to current
2010-11-02
Dave Rolsky
bump version to 1.19
1.19
blob
|
commitdiff
|
diff to current
2010-10-29
Dave Rolsky
bump version to 1.18
blob
|
commitdiff
|
diff to current
2010-10-19
Dave Rolsky
bump version to 1.17
1.17
blob
|
commitdiff
|
diff to current
2010-10-18
Dave Rolsky
Bump version to 1.16
blob
|
commitdiff
|
diff to current
2010-10-08
Jesse Luehrs
handle weakening of anon classes here too
blob
|
commitdiff
|
diff to current
2010-09-27
Dave Rolsky
bump version to 1.15
blob
|
commitdiff
|
diff to current
2010-09-27
Jesse Luehrs
make MMC->create and MMR->create install meta methods...
blob
|
commitdiff
|
diff to current
2010-09-27
Jesse Luehrs
this stuff is now all unnecessary
blob
|
commitdiff
|
diff to current
2010-09-27
Jesse Luehrs
override metaclass compat stuff in a trait for CMOP...
blob
|
commitdiff
|
diff to current
2010-09-27
Jesse Luehrs
be a bit more accurate in determining role-only subclasses
blob
|
commitdiff
|
diff to current
2010-09-27
Jesse Luehrs
oops, need to handle the "can't reinitialize" case...
blob
|
commitdiff
|
diff to current
2010-09-27
Jesse Luehrs
move role reconciliation calculation to Moose::Util
blob
|
commitdiff
|
diff to current
2010-09-27
Jesse Luehrs
make _reconcile_roles_for_metaclass just return the...
blob
|
commitdiff
|
diff to current
2010-09-27
Jesse Luehrs
reorder these methods into a more "proper" order
blob
|
commitdiff
|
diff to current
2010-09-27
Jesse Luehrs
let reinitialization fix metaobjs via role reconciliation
blob
|
commitdiff
|
diff to current
2010-09-27
Jesse Luehrs
apply_all_roles is broken with lists of role metas...
blob
|
commitdiff
|
diff to current
2010-09-21
Dave Rolsky
bump version to 1.14
1.14
blob
|
commitdiff
|
diff to current
2010-09-13
Dave Rolsky
bump version to 1.13
1.13
blob
|
commitdiff
|
diff to current
2010-09-10
Dave Rolsky
Just cache does_role for immutabilized classes - no...
blob
|
commitdiff
|
diff to current
2010-09-10
Dave Rolsky
Add replace_does option
blob
|
commitdiff
|
diff to current
2010-09-10
Dave Rolsky
Inline the does method.
blob
|
commitdiff
|
diff to current
2010-08-28
Dave Rolsky
bump version to 1.12
1.12
blob
|
commitdiff
|
diff to current
2010-08-28
Dave Rolsky
bump version to 1.11
blob
|
commitdiff
|
diff to current
2010-08-20
Dave Rolsky
Bump version to 1.10
blob
|
commitdiff
|
diff to current
2010-08-15
Dave Rolsky
Use new _get_local_methods API, and add it to MM::Role...
blob
|
commitdiff
|
diff to current
2010-07-25
Dave Rolsky
bump version to 1.09
1.09
blob
|
commitdiff
|
diff to current
2010-06-15
Jesse Luehrs
version bump
1.08
blob
|
commitdiff
|
diff to current
2010-06-10
Jesse Luehrs
handle fixing when the child class already does all...
blob
|
commitdiff
|
diff to current
2010-06-05
Florian Ragwitz
Version 1.07
1.07
blob
|
commitdiff
|
diff to current
2010-06-05
Jesse Luehrs
need to use real_ref_name in one more place
blob
|
commitdiff
|
diff to current
2010-06-01
Florian Ragwitz
Version 1.06
1.06
blob
|
commitdiff
|
diff to current
2010-05-20
Florian Ragwitz
Version 1.05
1.05
blob
|
commitdiff
|
diff to current
2010-05-20
Jesse Luehrs
delegations and modifiers shouldn't be seen as coming...
blob
|
commitdiff
|
diff to current
2010-05-20
Dave Rolsky
Refactor code to determine if two metaclasses differ...
blob
|
commitdiff
|
diff to current
2010-05-20
Dave Rolsky
No parens on call to defined
blob
|
commitdiff
|
diff to current
2010-05-20
Dave Rolsky
Refactor code to replace $self with a new object into...
blob
|
commitdiff
|
diff to current
2010-05-20
Dave Rolsky
Remove unused variable
blob
|
commitdiff
|
diff to current
2010-05-20
Dave Rolsky
Fix a small comment typo
blob
|
commitdiff
|
diff to current
2010-05-20
Dave Rolsky
Use _real_ref_name to get ref name for a metaclass...
blob
|
commitdiff
|
diff to current
2010-05-20
Jesse Luehrs
complain about unsafe fixing, since cmop doesn't anymore
blob
|
commitdiff
|
diff to current
2010-05-20
Jesse Luehrs
fix some immutability issues, and expand the tests
blob
|
commitdiff
|
diff to current
2010-05-20
Jesse Luehrs
remove obsolete comment
blob
|
commitdiff
|
diff to current
2010-05-20
Jesse Luehrs
reinitialize the metaclasses, rather than just reblessing
blob
|
commitdiff
|
diff to current
2010-05-20
Jesse Luehrs
make variable naming more clear, and fix some bugs...
blob
|
commitdiff
|
diff to current
2010-05-20
Jesse Luehrs
extend cmop's metaclass fixing to also fix metarole...
blob
|
commitdiff
|
diff to current
2010-05-20
Florian Ragwitz
Version 1.04
1.04
blob
|
commitdiff
|
diff to current
2010-05-15
Dave Rolsky
No space between method names and parens in docs
blob
|
commitdiff
|
diff to current
2010-05-15
Dave Rolsky
Clarify several confusing invocants and variable names.
blob
|
commitdiff
|
diff to current
2010-05-12
Jesse Luehrs
stick the call to BUILDALL in ->meta->new_object, rathe...
blob
|
commitdiff
|
diff to current
2010-05-06
Florian Ragwitz
Fix typo.
blob
|
commitdiff
|
diff to current
2010-05-06
Florian Ragwitz
Version 1.03.
1.03
blob
|
commitdiff
|
diff to current
2010-05-06
Florian Ragwitz
Fix doc typo.
blob
|
commitdiff
|
diff to current
2010-05-05
Florian Ragwitz
Allow required versions to be specified when setting...
blob
|
commitdiff
|
diff to current
2010-05-01
Florian Ragwitz
Version 1.02.
1.02
blob
|
commitdiff
|
diff to current
2010-03-26
Florian Ragwitz
Version 1.01.
1.01
blob
|
commitdiff
|
diff to current
2010-03-25
Florian Ragwitz
Version 1.00.
1.00
blob
|
commitdiff
|
diff to current
2010-03-08
Florian Ragwitz
Version 0.99.
0.99
blob
|
commitdiff
|
diff to current
2010-02-10
Dave Rolsky
bump version to 0.98
blob
|
commitdiff
|
diff to current
2010-02-10
Dave Rolsky
bump version to 0.97
0.97
blob
|
commitdiff
|
diff to current
2010-02-09
Dave Rolsky
Fix reinitializing anon metaclasses.
blob
|
commitdiff
|
diff to current
2010-02-06
Florian Ragwitz
Version 0.96.
0.96
blob
|
commitdiff
|
diff to current
2010-02-04
Florian Ragwitz
Version 0.95.
0.95
blob
|
commitdiff
|
diff to current
2010-01-18
Dave Rolsky
set version to 0.94
blob
|
commitdiff
|
diff to current
2010-01-18
Dave Rolsky
Squashed commit of the following:
blob
|
commitdiff
|
diff to current
2010-01-05
Dave Rolsky
bump version to 0.93_03
0.93_03
blob
|
commitdiff
|
diff to current
2010-01-05
Dave Rolsky
bump version to 0.93_02
0.93_02
blob
|
commitdiff
|
diff to current
2010-01-04
Dave Rolsky
bump version to 0.93_01
blob
|
commitdiff
|
diff to current
2010-01-04
Dave Rolsky
Change BUGS so it always tells people to look at Moose...
blob
|
commitdiff
|
diff to current
2010-01-04
Dave Rolsky
bump copyright year to 2010
blob
|
commitdiff
|
diff to current
2010-01-04
Dave Rolsky
Merged topic/metarole-distinguishes-role-meta (which...
blob
|
commitdiff
|
diff to current
2009-11-19
Florian Ragwitz
Checking in changes prior to tagging of version 0.93...
0.93
blob
|
commitdiff
|
diff to current
2009-09-22
Dave Rolsky
bump version to 0.92
blob
|
commitdiff
|
diff to current
2009-09-22
Jesse Luehrs
fix moose-nonmoose-moose metaclass compat stuff
blob
|
commitdiff
|
diff to current
2009-09-17
Dave Rolsky
bump version to 0.91
0.91
blob
|
commitdiff
|
diff to current
2009-09-14
Dave Rolsky
bump version to 0.90
blob
|
commitdiff
|
diff to current
2009-09-14
Dave Rolsky
Revert "add a warning for immutablizing a class with...
blob
|
commitdiff
|
diff to current
2009-09-14
Dave Rolsky
Revert "add an option to disable the mutable ancestor...
blob
|
commitdiff
|
diff to current
2009-09-11
Dave Rolsky
bump version to 0.89_02 and set release date
0.89_02
blob
|
commitdiff
|
diff to current
2009-09-10
Dave Rolsky
get_mutable_metaclass_name is now private
blob
|
commitdiff
|
diff to current
2009-09-10
Jesse Luehrs
add an option to disable the mutable ancestor warning
blob
|
commitdiff
|
diff to current
2009-09-09
Gerda Shank
minor doc tweaks
blob
|
commitdiff
|
diff to current
2009-09-07
Dave Rolsky
When warning on mutable parents in make_immutable,...
blob
|
commitdiff
|
diff to current
2009-09-07
Dave Rolsky
Add some vertical whitespace
blob
|
commitdiff
|
diff to current
2009-09-07
Dave Rolsky
Tidy new code
blob
|
commitdiff
|
diff to current
2009-09-07
Jesse Luehrs
add a warning for immutablizing a class with mutable...
blob
|
commitdiff
|
diff to current
2009-09-03
Jesse Luehrs
use the current metaclass's throw_error rather than...
blob
|
commitdiff
|
diff to current
2009-09-02
Dave Rolsky
bump version to 0.89_01
blob
|
commitdiff
|
diff to current
2009-08-13
Dave Rolsky
bump version to 0.89
blob
|
commitdiff
|
diff to current
2009-08-12
Jesse Luehrs
allow role options in the -traits parameter to use...
blob
|
commitdiff
|
diff to current
2009-07-24
Dave Rolsky
bump version to 0.88
0.88
blob
|
commitdiff
|
diff to current
2009-07-19
Dave Rolsky
Revert "Lazy load Moose::Error::Default"
blob
|
commitdiff
|
diff to current
2009-07-19
gfx
Lazy load Moose::Error::Default
blob
|
commitdiff
|
diff to current
2009-07-07
Dave Rolsky
bump version to 0.87
0.87
blob
|
commitdiff
|
diff to current
2009-07-03
Dave Rolsky
bump version to 0.86
blob
|
commitdiff
|
diff to current
next