projects
/
gitmo/Class-MOP.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Conflicts with the last Moose release
[gitmo/Class-MOP.git]
/
lib
/
Class
/
MOP
/
2009-06-23
Dave Rolsky
bump version to 0.88
tree
|
commitdiff
2009-06-23
Jesse Luehrs
need to initialize a moose meta if called from Moose...
tree
|
commitdiff
2009-06-23
Jesse Luehrs
make CMOP::Immutable::Trait stop lying about its metaclass
tree
|
commitdiff
2009-06-22
Dave Rolsky
Remove references to Moose
tree
|
commitdiff
2009-06-22
Dave Rolsky
Add an explicit return
tree
|
commitdiff
2009-06-22
Jesse Luehrs
document the __INSTANCE__ thing being pushed back to...
tree
|
commitdiff
2009-06-21
Jesse Luehrs
push the __INSTANCE__ parameter back into cmop
tree
|
commitdiff
2009-06-21
Dave Rolsky
bump version to 0.87
tree
|
commitdiff
2009-06-21
Dave Rolsky
spelling and dictionary fixes
tree
|
commitdiff
2009-06-21
Dave Rolsky
Make sure we always local-ize $@ and $SIG{__DIE__}...
tree
|
commitdiff
2009-06-21
Dave Rolsky
Make sure to local-ize $@ and $SIG{__DIE__} for each...
tree
|
commitdiff
2009-06-21
Dave Rolsky
Remove a useless eval block
tree
|
commitdiff
2009-06-21
Dave Rolsky
Minor doc formatting tweak
tree
|
commitdiff
2009-06-21
Dave Rolsky
Minor code formatting tweaks
tree
|
commitdiff
2009-06-21
Dave Rolsky
Docs for immutability
tree
|
commitdiff
2009-06-21
Dave Rolsky
Add a little more docs to CMOP::Immutable::Trait
tree
|
commitdiff
2009-06-21
Dave Rolsky
Add tests for inline {con,de}structor warnings and...
tree
|
commitdiff
2009-06-16
Dave Rolsky
bump version to 0.86
tree
|
commitdiff
2009-06-16
Dave Rolsky
Tweak some code for clarity and formatting
tree
|
commitdiff
2009-06-15
Dave Rolsky
Remove commented-out code (this is why we have source...
tree
|
commitdiff
2009-06-15
Dave Rolsky
Revert caching of added methods, since that caused...
tree
|
commitdiff
2009-06-11
Dylan William Hardison
Bug fix: DESTROY was being overridden by make_immutable.
tree
|
commitdiff
2009-06-09
Jay Kuri
Added note to make clear that get_attribute does not...
tree
|
commitdiff
2009-06-06
Dave Rolsky
bump version and update Changes
tree
|
commitdiff
2009-05-30
Shawn M Moore
Remove long, old warning about possibly outdated modules
tree
|
commitdiff
2009-05-28
Shawn M Moore
Add a hook for _superclasses_updated
tree
|
commitdiff
2009-05-23
Yuval Kogman
Only use subname on __ANON__ code refs
tree
|
commitdiff
2009-05-19
Shawn M Moore
Add direct_subclasses method, also tests for that and...
tree
|
commitdiff
2009-05-18
nperez
Add back rafl and rhesa's original changes and tweak...
tree
|
commitdiff
2009-05-12
Dave Rolsky
bump version to 0.84
0.84
tree
|
commitdiff
2009-05-08
nperez
Change the writer for insertion_order to include an...
tree
|
commitdiff
2009-05-08
nperez
Update POD to reflect new insertion_order
tree
|
commitdiff
2009-05-08
nperez
and it would be a good idea to use the writer
tree
|
commitdiff
2009-05-08
nperez
insertion order should be zero based, obviously
tree
|
commitdiff
2009-05-08
nperez
Populate insertion_order when attributes are added
tree
|
commitdiff
2009-05-08
nperez
insertion_order needs an writer before bootstrap
tree
|
commitdiff
2009-05-08
nperez
Update Attribute.pm to support insertion order
tree
|
commitdiff
2009-05-03
Dave Rolsky
Add $VERSION to modules without one
tree
|
commitdiff
2009-04-30
Chris Prather
05:27 <@autarch> just import them in both Moose & CMOP
tree
|
commitdiff
2009-04-30
Chris Prather
forgot to "use" Devel::GlobalDestruction after our...
tree
|
commitdiff
2009-04-30
Chris Prather
remove Class::MOP::subname and Class::MOP::in_global_de...
tree
|
commitdiff
2009-04-27
Florian Ragwitz
Disable prototype mismatch warnings for add_package_symbol.
tree
|
commitdiff
2009-04-27
Florian Ragwitz
Fix pod indenting.
tree
|
commitdiff
2009-04-27
Florian Ragwitz
Fix pod typos.
tree
|
commitdiff
2009-04-25
Dave Rolsky
bump version to 0.83
tree
|
commitdiff
2009-04-24
Dave Rolsky
bump version to 0.82_02
tree
|
commitdiff
2009-04-24
Dave Rolsky
Refactor to exit early if we cannot inline
tree
|
commitdiff
2009-04-24
Yuval Kogman
warn if expected metaclass's constructor doesn't exist
tree
|
commitdiff
2009-04-23
Dave Rolsky
Don't document can_be_inlined here
tree
|
commitdiff
2009-04-23
Dave Rolsky
Docs for CMOP::Method::Inlined
tree
|
commitdiff
2009-04-23
Dave Rolsky
Make immutable_metaclass private and move it so it...
tree
|
commitdiff
2009-04-23
Dave Rolsky
Docs for Class::MOP::Class::Immutable::Trait Class...
tree
|
commitdiff
2009-04-23
Dave Rolsky
Add docs to Class::MOP::Class::Immutable::Trait
tree
|
commitdiff
2009-04-23
Dave Rolsky
bump version to 0.82_01
tree
|
commitdiff
2009-04-20
Yuval Kogman
Merge branch 'no_immutable_transformer'
tree
|
commitdiff
2009-04-20
Dave Rolsky
bump version to 0.82
0.82
tree
|
commitdiff
2009-04-20
Dave Rolsky
Move creation of the warning until the end of the metho...
tree
|
commitdiff
2009-04-20
Dave Rolsky
Reduce nested if-ness by short-circuiting and returning...
tree
|
commitdiff
2009-04-20
Dave Rolsky
Perltidy this file
tree
|
commitdiff
2009-04-20
Dave Rolsky
More perltidying
tree
|
commitdiff
2009-04-20
Dave Rolsky
More perltidying abuse of CMOP::Class
tree
|
commitdiff
2009-04-20
Yuval Kogman
reformat
tree
|
commitdiff
2009-04-20
Yuval Kogman
allow safe overriding of immutable_trait
tree
|
commitdiff
2009-04-19
Yuval Kogman
refactor a Class::MOP::Method::Inlined base class
tree
|
commitdiff
2009-04-19
Yuval Kogman
Remove immutable transformer
tree
|
commitdiff
2009-04-09
Dave Rolsky
Pass @_ from deprecation wrapper
tree
|
commitdiff
2009-04-09
Jesse Luehrs
warn if we aren't going to inline a constructor because...
tree
|
commitdiff
2009-04-08
Yuval Kogman
pass in args for all deprecated methods
tree
|
commitdiff
2009-04-07
Dave Rolsky
bump version to 0.81
0.81
tree
|
commitdiff
2009-04-07
Florian Ragwitz
Include stack traces in the deprecation warnings.
tree
|
commitdiff
2009-04-06
Dave Rolsky
Make _initialize_body private to match other classes
tree
|
commitdiff
2009-04-05
Dave Rolsky
bump version to 0.80_01
tree
|
commitdiff
2009-04-05
Dave Rolsky
Make the deprecation warning for attributes match all...
tree
|
commitdiff
2009-04-05
Dave Rolsky
Make attributes private. Even though it can be inlined...
tree
|
commitdiff
2009-04-05
Dave Rolsky
Remove mention of compute_all_applicable_attributes
tree
|
commitdiff
2009-04-05
Dave Rolsky
Doh, had the wrong method name in the deprecation warning
tree
|
commitdiff
2009-04-05
Dave Rolsky
memoize get_all_attributes, not compute_all_applicable_...
tree
|
commitdiff
2009-04-05
Dave Rolsky
Merge branch 'master' into renames-and-deprecations
tree
|
commitdiff
2009-04-05
Dave Rolsky
deprecate compute_all_applicable_attributes
tree
|
commitdiff
2009-04-05
Dave Rolsky
make CMOP::Class->construct_instance private
tree
|
commitdiff
2009-04-01
Dave Rolsky
bump version
tree
|
commitdiff
2009-03-31
Shawn M Moore
Remove the pure-perl fallback of CMOP::Class->subclasses
tree
|
commitdiff
2009-03-28
Shawn M Moore
Use class_of in CMOP::Object::_new
tree
|
commitdiff
2009-03-28
Shawn M Moore
Use class_of in Immutable
tree
|
commitdiff
2009-03-28
Shawn M Moore
rebless_instance fixes and no-metaing
tree
|
commitdiff
2009-03-28
Shawn M Moore
Another error change
tree
|
commitdiff
2009-03-28
Shawn M Moore
Better error message given that we're trying to ignore...
tree
|
commitdiff
2009-03-27
Dave Rolsky
bump version and update Changes
0.79
tree
|
commitdiff
2009-03-26
Dave Rolsky
Merge branch 'master' into renames-and-deprecations
tree
|
commitdiff
2009-03-24
Shawn M Moore
Document rebless_instance_away as part of rebless_instance
tree
|
commitdiff
2009-03-24
Shawn M Moore
Add a rebless_instance_away hook
tree
|
commitdiff
2009-03-24
Shawn M Moore
Use blessed instead of ref to get an instance's class...
tree
|
commitdiff
2009-03-23
Dave Rolsky
bump version so Moose has something to depend on
tree
|
commitdiff
2009-03-22
Dave Rolsky
Merge branch 'master' into refactor-immutable
tree
|
commitdiff
2009-03-21
Dave Rolsky
We are never going to make a destructor object and...
tree
|
commitdiff
2009-03-21
Dave Rolsky
Documented the is_inline method twice, oops.
tree
|
commitdiff
2009-03-19
Dave Rolsky
Using goto is very subclass-unfriendly, and breaks...
tree
|
commitdiff
2009-03-19
Dave Rolsky
Merge branch 'master' into renames-and-deprecations
tree
|
commitdiff
2009-03-19
Dave Rolsky
More refactoring of immutable code to make it easy...
tree
|
commitdiff
2009-03-18
Dave Rolsky
bump version for dev release
0.78_01
tree
|
commitdiff
next