projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5bf2651
)
Formatting
Dave Rolsky [Sat, 6 Jun 2009 19:43:20 +0000 (14:43 -0500)]
t/100_bugs/026_create_anon_recursion.t
patch
|
blob
|
blame
|
history
diff --git
a/t/100_bugs/026_create_anon_recursion.t
b/t/100_bugs/026_create_anon_recursion.t
index
44a9676
..
876c25b
100644
(file)
--- a/
t/100_bugs/026_create_anon_recursion.t
+++ b/
t/100_bugs/026_create_anon_recursion.t
@@
-1,8
+1,9
@@
-#!/usr/bin/perl -w
-
use strict;
+use warnings;
+
use Test::More tests => 1;
use Test::Exception;
+
use Moose::Meta::Class;
$SIG{__WARN__} = sub { die if shift =~ /recurs/ };