projects
/
gitmo/Moose.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
parents returns a list
[gitmo/Moose.git]
/
xs
/
Inlined.xs
Commit
Line
Data
38bf2a25
1
#include "mop.h"
2
3
MODULE = Class::MOP::Method::Inlined PACKAGE = Class::MOP::Method::Inlined
4
5
PROTOTYPES: DISABLE
6
7
BOOT:
8
INSTALL_SIMPLE_READER(Method::Inlined, _expected_method_class);