projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9882ca9
)
Fix XS for RegexpRef
Dave Rolsky [Sun, 10 Apr 2011 02:58:47 +0000 (21:58 -0500)]
xs/Moose.xs
patch
|
blob
|
blame
|
history
diff --git
a/xs/Moose.xs
b/xs/Moose.xs
index
18863db
..
8005d1a
100644
(file)
--- a/
xs/Moose.xs
+++ b/
xs/Moose.xs
@@
-154,10
+154,10
@@
_export_is_flagged (SV *sv)
OUTPUT:
RETVAL
-MODULE = Moose PACKAGE = Moose::Util::TypeConstraints::OptimizedConstraints
+MODULE = Moose PACKAGE = Moose::Util::TypeConstraints::Builtins
bool
-RegexpRef (SV *sv=NULL)
+_RegexpRef (SV *sv=NULL)
INIT:
if (!items) {
sv = DEFSV;