NAME
test.fileset.pl - Test parsing a set of artificial files
SYNOPSIS
test.file.pl [options]
Options:
-attribute aString
-help
-maxlevel aString
-minlevel aString
All switches can be reduced to a single letter.
Exit value: 0.
OPTIONS
- o -attribute aString
-
Specifies the type of BNF to process:
- o d
-
This is for a path's 'd' attribute.
- o points
-
Use this for a polygon's and a polyline's points.
- o preserveAspectRatio
-
Various tags can have a 'preserveAspectRatio' attribute.
- o transform
-
Various tags can have a 'transform' attribute.
- o viewBox
-
Various tags can have a 'viewBox' attribute.
Default: 'd'.
- o -help
-
Print help and exit.
- o -maxlevel logOption1
-
This option affects Log::Handler.
See the Log::handler docs.
Default: 'notice'.
- o -minlevel logOption2
-
This option affects Log::Handler.
See the Log::handler docs.
Default: 'error'.
No lower levels are used.