=================================================================== RCS file: /cvs/todotxt/Text-Todo-REST-API/lib/Text/Todo/REST/API/Representations/md5.pm,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- todotxt/Text-Todo-REST-API/lib/Text/Todo/REST/API/Representations/md5.pm 2010/01/23 07:04:43 1.4 +++ todotxt/Text-Todo-REST-API/lib/Text/Todo/REST/API/Representations/md5.pm 2010/01/26 06:03:11 1.5 @@ -1,6 +1,6 @@ package Text::Todo::REST::API::Representations::md5; -# $AFresh1: md5.pm,v 1.3 2010/01/19 03:20:14 andrew Exp $ +# $AFresh1: md5.pm,v 1.4 2010/01/23 07:04:43 andrew Exp $ use base 'Text::Todo::REST::API::Representations'; @@ -28,11 +28,11 @@ sub render_list { my ( $self, $format, $input ) = @_; - return if ! defined $input; + return if !defined $input; my @input = $input; - if (ref $input eq 'ARRAY') { - @input = @{ $input }; + if ( ref $input eq 'ARRAY' ) { + @input = @{$input}; } my $output;