xterm: update to 397
[oi-userland.git] / components / perl / Mouse / patches / 01-test-import-fix.patch
blob8075834f0f6c9ddaf0a717ff98e2f87c15cdbd82
1 https://github.com/xslate/p5-Mouse/pull/120
3 --- Mouse-v2.5.11/t/lib/MooseCompat.pm.orig
4 +++ Mouse-v2.5.11/t/lib/MooseCompat.pm
5 @@ -17,6 +17,8 @@
6 $thing->isa($role);
7 } unless UNIVERSAL->can('DOES');
9 +# ignore arguments in imported Moose test
10 +sub Mouse::Deprecated::import {}
11 $Mouse::Deprecated::deprecated = $Mouse::Deprecated::deprecated = undef; # -w
13 package Mouse::Util;