projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f640eab
)
Remove debug messages because xsubpp problems have been resolved
Fuji Goro [Mon, 3 Oct 2011 23:51:27 +0000 (16:51 -0700)]
t/000-load.t
patch
|
blob
|
blame
|
history
diff --git
a/t/000-load.t
b/t/000-load.t
index
5508bce
..
9d7678a
100644
(file)
--- a/
t/000-load.t
+++ b/
t/000-load.t
@@
-19,14
+19,3
@@
eval { require Moose };
diag " Class::MOP: $Class::MOP::VERSION";
diag " Moose: $Moose::VERSION";
-if($xs) { # display info for CPAN testers
- if(open my $in, '<', 'Makefile') {
- diag 'xsubpp settings:';
- while(<$in>) {
- if(/^XSUBPP/) {
- diag $_;
- }
- }
- }
-}
-