Formatting
[gitmo/Moose.git] / 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/ };