Help for this page

Select Code to Download


  1. or download this
    sub end : Private {
        my ( $self, $c ) = @_;
    ...
        $c->res->body($feed->as_xml);
    }
    
  2. or download this
    Caught exception in MediaBlogger::Controller::Feeds->end "Can't call m
    +ethod "year" without a package or object reference at /usr/local/shar
    +e/perl/5.10.1/DateTime/Format/W3CDTF.pm line 79."
    
    Error occurs from this:
    $entry->issued($post->date->epoch);
    $entry->modified($post->date->epoch);
    
  3. or download this
    [% post.date.epoch %]