Help for this page
sub new_atom_obj { my $class = 'XML::Atom::Syndication::' . shift; ... } return $self; }
my $atom_dt_format = DateTime::Format::Atom->new(); ... $feed->updated($atom_dt_format->format_datetime($feed_last_updated)); return $feed->as_xml();