projects
/
gitmo/Class-MOP.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Method modifier tweaks. Add missing Wrapped::_new()
[gitmo/Class-MOP.git]
/
lib
/
Class
/
MOP
/
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
2009-03-17
Dave Rolsky
finish up docs for CMOP::Immutable
tree
|
commitdiff
2009-03-17
Dave Rolsky
Some more doc cleanup. Make this pod like the other...
tree
|
commitdiff
2009-03-17
Dave Rolsky
Missing docs on method metaclass names
tree
|
commitdiff
2009-03-17
Dave Rolsky
Docs for CMOP::Package
tree
|
commitdiff
2009-03-17
Dave Rolsky
fix a pod error
tree
|
commitdiff
2009-03-17
Dave Rolsky
docs for CMOP::Module
tree
|
commitdiff
2009-03-17
Dave Rolsky
Docs for CMOP::Object
tree
|
commitdiff
2009-03-17
Dave Rolsky
Docs for CMOP::Method::Wrapped
tree
|
commitdiff
2009-03-17
Dave Rolsky
Docs for CMOP::Method::Generated (or really, lack of...
tree
|
commitdiff
2009-03-17
Dave Rolsky
Make the new method in CMOP::Method::Generated throw...
tree
|
commitdiff
2009-03-17
Dave Rolsky
No need to pass an index to an array when we can pass...
tree
|
commitdiff
2009-03-17
Dave Rolsky
docs for CMOP::Method::Constructor
tree
|
commitdiff
2009-03-17
Dave Rolsky
Fix a small grammar error
tree
|
commitdiff
2009-03-17
Dave Rolsky
Missed a few required options for the constructor
tree
|
commitdiff
2009-03-17
Dave Rolsky
docs for CMOP::Method::Accessor
tree
|
commitdiff
2009-03-17
Dave Rolsky
docs for CMOP::Metohd
tree
|
commitdiff
2009-03-17
Dave Rolsky
use X Protocol phrase in docs for each module
tree
|
commitdiff
2009-03-17
Dave Rolsky
docs for CMOP::Instance
tree
|
commitdiff
2009-03-17
Dave Rolsky
small tweaks to meta method docs
tree
|
commitdiff
2009-03-17
Dave Rolsky
add docs for meta method
tree
|
commitdiff
2009-03-17
Dave Rolsky
more spelling fixes
tree
|
commitdiff
2009-03-17
Dave Rolsky
Some more doc cleanup. Make this pod like the other...
tree
|
commitdiff
2009-03-17
Dave Rolsky
Missing docs on method metaclass names
tree
|
commitdiff
2009-03-17
Dave Rolsky
Docs for CMOP::Package
tree
|
commitdiff
2009-03-17
Dave Rolsky
Some more doc cleanup. Make this pod like the other...
tree
|
commitdiff
2009-03-17
Dave Rolsky
Missing docs on method metaclass names
tree
|
commitdiff
2009-03-17
Dave Rolsky
Docs for CMOP::Package
tree
|
commitdiff
2009-03-17
Dave Rolsky
Rename CMOP::Module->create to _instantiate_module...
tree
|
commitdiff
2009-03-17
Dave Rolsky
fix a pod error
tree
|
commitdiff
2009-03-17
Dave Rolsky
docs for CMOP::Module
tree
|
commitdiff
2009-03-17
Dave Rolsky
Docs for CMOP::Object
tree
|
commitdiff
2009-03-17
Dave Rolsky
Docs for CMOP::Method::Wrapped
tree
|
commitdiff
2009-03-17
Dave Rolsky
Docs for CMOP::Method::Generated (or really, lack of...
tree
|
commitdiff
2009-03-17
Dave Rolsky
Make the new method in CMOP::Method::Generated throw...
tree
|
commitdiff
2009-03-17
Dave Rolsky
fix a pod error
tree
|
commitdiff
2009-03-17
Dave Rolsky
docs for CMOP::Module
tree
|
commitdiff
2009-03-17
Dave Rolsky
Docs for CMOP::Object
tree
|
commitdiff
2009-03-17
Dave Rolsky
Docs for CMOP::Method::Wrapped
tree
|
commitdiff
2009-03-17
Dave Rolsky
Docs for CMOP::Method::Generated (or really, lack of...
tree
|
commitdiff
2009-03-17
Dave Rolsky
Make the new method in CMOP::Method::Generated throw...
tree
|
commitdiff
2009-03-17
Dave Rolsky
make CMOP::Method::Construct->meta_instance private
tree
|
commitdiff
2009-03-17
Dave Rolsky
The CMOP::Method::Constructor->attributes method is...
tree
|
commitdiff
2009-03-17
Dave Rolsky
Make the generate_* methods in CMOP::Method::Constructo...
tree
|
commitdiff
2009-03-17
Dave Rolsky
make CMOP::Method::Constructor->initialize_body private
tree
|
commitdiff
2009-03-17
Dave Rolsky
Make all the generate_* methods in CMOP::Accessor private.
tree
|
commitdiff
2009-03-17
Dave Rolsky
make CMOP::Method::Accessor->initialize_body private
tree
|
commitdiff
2009-03-17
Dave Rolsky
No need to pass an index to an array when we can pass...
tree
|
commitdiff
2009-03-17
Dave Rolsky
docs for CMOP::Method::Constructor
tree
|
commitdiff
2009-03-17
Dave Rolsky
Fix a small grammar error
tree
|
commitdiff
2009-03-17
Dave Rolsky
Missed a few required options for the constructor
tree
|
commitdiff
2009-03-17
Dave Rolsky
docs for CMOP::Method::Accessor
tree
|
commitdiff
2009-03-17
Dave Rolsky
docs for CMOP::Metohd
tree
|
commitdiff
2009-03-17
Dave Rolsky
use X Protocol phrase in docs for each module
tree
|
commitdiff
2009-03-17
Dave Rolsky
No need to pass an index to an array when we can pass...
tree
|
commitdiff
2009-03-17
Dave Rolsky
docs for CMOP::Method::Constructor
tree
|
commitdiff
2009-03-17
Dave Rolsky
Fix a small grammar error
tree
|
commitdiff
2009-03-17
Dave Rolsky
Missed a few required options for the constructor
tree
|
commitdiff
2009-03-17
Dave Rolsky
docs for CMOP::Method::Accessor
tree
|
commitdiff
2009-03-17
Dave Rolsky
docs for CMOP::Metohd
tree
|
commitdiff
2009-03-17
Dave Rolsky
use X Protocol phrase in docs for each module
tree
|
commitdiff
2009-03-16
Dave Rolsky
add a warning for the deprecated Class::MOP::Instance...
tree
|
commitdiff
2009-03-16
Dave Rolsky
docs for CMOP::Instance
tree
|
commitdiff
next