Formatting
Dave Rolsky [Sat, 6 Jun 2009 19:43:20 +0000 (14:43 -0500)]
t/100_bugs/026_create_anon_recursion.t

index 44a9676..876c25b 100644 (file)
@@ -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/ };