projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8b2baf9
)
Remove _XS_VERSION hack
Dave Rolsky [Mon, 27 Dec 2010 19:43:14 +0000 (14:43 -0500)]
lib/Class/MOP.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Class/MOP.pm
b/lib/Class/MOP.pm
index
dea5cc9
..
ae034f2
100644
(file)
--- a/
lib/Class/MOP.pm
+++ b/
lib/Class/MOP.pm
@@
-33,9
+33,7
@@
our $AUTHORITY = 'cpan:STEVAN';
XSLoader::load(
'Moose',
- $Moose::{VERSION} ? $Moose::{VERSION}
- : $ENV{_XS_VERSION} ? $ENV{_XS_VERSION}
- : ()
+ $Moose::{VERSION} ? $Moose::{VERSION} : ()
);
{