The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Mango::Catalyst::View::Atom - View class for Atom feeds

SYNOPSIS

    $c->view('Atom');

DESCRIPTION

Mango::Catalyst::View::Atom renders content using XML::Feed and serves it with the following content type:

    application/atom+xml; charset=utf-8

METHODS

process

Creates an XML::Feed of the specific type, writes it to the response body, and changes the content type. There is usually no reason to call this method directly. Forward to this view instead:

    $c->forward($c->view('Atom'));

SEE ALSO

Mango::Catalyst::View::Feed

AUTHOR

    Christopher H. Laco
    CPAN ID: CLACO
    claco@chrislaco.com
    http://today.icantfocus.com/blog/