projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9d655b6
)
remove a useless comment
Dave Rolsky [Thu, 22 Jan 2009 22:04:45 +0000 (22:04 +0000)]
lib/Class/MOP.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Class/MOP.pm
b/lib/Class/MOP.pm
index
4952d56
..
94b5a0b
100644
(file)
--- a/
lib/Class/MOP.pm
+++ b/
lib/Class/MOP.pm
@@
-36,8
+36,6
@@
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
our $AUTHORITY = 'cpan:STEVAN';
-# after that everything is loaded, if we're allowed try to load faster XS
-# versions of various things
_try_load_xs() or _load_pure_perl();
sub _try_load_xs {