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

SpeL::Parser::Auxiliary - Aux file parser

VERSION

version 20240619.1204

METHODS

new()

creates a new aux-file parser

parseAuxFile( filename )

parses the aux file with name $fn

filename: name of the aux-file to parse

parseAuxString( string )

parses the string containing the aux file contents

string: string containg the aux file contents

object()

accessor

database()

build and return the database (construction and accessor)

_report( matchinfo )

auxiliary (private) routine to do the error reporting; warning: this is not a member function!

_errorloc( matchinfo )

auxiliary (private) routine to format the error locatoin.

SYNOPSYS

Parses .aux files

AUTHOR

Walter Daems <wdaems@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2024 by Walter Daems.

This is free software, licensed under:

  The GNU General Public License, Version 3, June 2007

CONTRIBUTOR

Paul Levrie