NAME
SpeL::Parser::Auxiliary - Aux file parser
VERSION
version 20240616.1350
METHODS
new()
creates a new aux-file parser
parseAuxFile( filename )
parses the aux file with name $fn
parseAuxString( string )
parses the string containing 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