=================================================================== RCS file: /cvs/todotxt/Text-Todo-REST-API/lib/Text/Todo/REST/API/Attic/md5.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/Attic/md5.pm 2010/01/17 23:15:00 1.2 +++ todotxt/Text-Todo-REST-API/lib/Text/Todo/REST/API/Attic/md5.pm 2010/01/18 00:30:55 1.3 @@ -1,6 +1,6 @@ package Text::Todo::REST::API::md5; -# $AFresh1$ +# $AFresh1: md5.pm,v 1.2 2010/01/17 23:15:00 andrew Exp $ use base 'Text::Todo::REST::API'; &Text::Todo::REST::API::RegisterFormatHandler(__PACKAGE__, 'md5'); @@ -12,6 +12,8 @@ use version; our $VERSION = qv('0.0.1'); { + sub content_type { return 'text/plain' }; + sub Dump { my ($self, @output) = @_; my $action = $self->_action;