=================================================================== RCS file: /cvs/todotxt/Text-Todo-REST-API/lib/Text/Todo/REST/API/Representations.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- todotxt/Text-Todo-REST-API/lib/Text/Todo/REST/API/Representations.pm 2010/01/23 07:04:43 1.2 +++ todotxt/Text-Todo-REST-API/lib/Text/Todo/REST/API/Representations.pm 2010/01/26 06:03:11 1.3 @@ -1,6 +1,6 @@ package Text::Todo::REST::API::Representations; -# $AFresh1: Representations.pm,v 1.1 2010/01/19 03:18:34 andrew Exp $ +# $AFresh1: Representations.pm,v 1.2 2010/01/23 07:04:43 andrew Exp $ use warnings; use strict; @@ -11,8 +11,7 @@ use version; our $VERSION = qv('0.0.1'); { - my @attr_refs = \( - ); + my @attr_refs = \(); sub new { my ( $class, $options ) = @_; @@ -23,8 +22,8 @@ return $self; } - sub content_type { return } - sub can_render { return } + sub content_type {return} + sub can_render {return} sub _fail { my ( $self, @message ) = @_;