-#!./perl
+#!./perl -w
-BEGIN {
- chdir 't';
- @INC = '../lib';
- require './test.pl';
-}
-use strict;
-use warnings;
+require './test.pl';
+
+# Uncomment this for testing, but don't leave it in for "production", as
+# we've not yet verified that use works.
+# use strict;
plan (13);