The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

create

Create the News model. Takes a paramhash with keys author_id, created, title, and content.

current_user_can

Anyone can read news articles, only administrators can create, update, or delete them.

as_atom_entry

Returns the task as an XML::Atom::Entry object.