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

NAME

Text::EtText::LinkGlossary - interface for EtText link glossaries to implement.

SYNOPSIS

  use Text::EtText::LinkGlossary;

  @ISA = qw(Text::EtText::LinkGlossary);

  sub open { ... }
  sub close { ... }
  ...

DESCRIPTION

The Text::EtText::LinkGlossary is an interface which allows EtText to support ''link glossaries'', persistent collections of link text and its corresponding HREF.

The interface which needs to be implemented is as follows:

METHODS

$g->open()

Open the link glossary $g for reading and writing.

$g->close()

Close the link glossary; no more links can be written or read.

Get a named link from the glossary.

Put a named link to the glossary.

Get a named automatic link from the glossary.

Put a named automatic link to the glossary.

Get a list of the names of automatic links stored in the glossary.

Add to the list of names of automatic links stored in the glossary.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 26:

=over without closing =back