Add tests which should fail, but don't.
[catagits/Catalyst-Action-REST.git] / t / lib / Test / Rest.pm
index 5892aa5..704cff2 100644 (file)
@@ -1,14 +1,7 @@
-#
-# Rest.pm
-# Created by: Adam Jacob, Marchex, <adam@marchex.com>
-# Created on: 10/16/2006 11:11:25 AM PDT
-#
-# $Id: $
-
 package Test::Rest;
 
-use strict;
-use warnings;
+use Moose;
+use namespace::autoclean;
 
 use LWP::UserAgent;
 use Params::Validate qw(:all);