logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SReview::Schedule::Penta - sreview-import schedule parser for the Pentabarf XML format

Description

       This module is a schedule parser for sreview-import that converts a Pentabarf XML schedule format into
       the objects expected by sreview-import.

       Note that the Pentabarf XML files as created by the Wafer conference management tool is subtly different
       in ways that matter for SReview. To parse a Wafer file, see SReview::Schedule::Wafer.

Name

       SReview::Schedule::Penta - sreview-import schedule parser for the Pentabarf XML format

Options

       "SReview::Schedule::Penta" only supports one option:

   url
       The URL where the schedule can be found.

See Also

       SReview::Schedule::Multi, SReview::Schedule::Wafer

perl v5.40.0                                       2025-02-17                      SReview::Schedule::Penta(3pm)

Synopsis

         $schedule_format = "multi";
         $schedule_options = { url => "http://..." };

See Also