Updating my email address
[catagits/Catalyst-Action-REST.git] / t / lib / Test / Rest.pm
index bb748e9..01aa90a 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Rest.pm
-# Created by: Adam Jacob, Marchex, <adam@marchex.com>
+# Created by: Adam Jacob, Marchex, <adam@hjksolutions.com>
 # Created on: 10/16/2006 11:11:25 AM PDT
 #
 # $Id: $
@@ -15,7 +15,10 @@ use Params::Validate qw(:all);
 
 sub new {
     my $self = shift;
-    my %p    = validate( @_, { content_type => { type => SCALAR }, }, );
+    my %p    = validate( @_, { 
+            content_type => { type => SCALAR }, 
+        }, 
+    );
     my $ref  = {
         'ua'           => LWP::UserAgent->new,
         'content_type' => $p{'content_type'},