===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
raku-getopt-long-0.1.8/README.md-135-
raku-getopt-long-0.1.8/README.md:136:Now, using `--verbose` on the command line will enable `$verbose`, as expected. But it is also allowed to use `--noverbose` or `--no-verbose`, which will disable `$verbose ` by setting its value to `False`.
raku-getopt-long-0.1.8/README.md-137-
##############################################
raku-getopt-long-0.1.8/README.md-149-
raku-getopt-long-0.1.8/README.md:150:Using `--verbose` on the command line will increment the value of `$verbose`. This way the program can keep track of how many times the option occurred on the command line. For example, each occurrence of `--verbose` could increase the verbosity level of the program.
raku-getopt-long-0.1.8/README.md-151-
##############################################
raku-getopt-long-0.1.8/README.md-198-
raku-getopt-long-0.1.8/README.md:199:Used with the example above, `@libraries`/`$options<library>` would contain two strings upon completion: `"lib/stdlib"` and `"lib/extlib"`, in that order. It is also possible to specify that only integer or floating point numbers are acceptable values.
raku-getopt-long-0.1.8/README.md-200-
##############################################
raku-getopt-long-0.1.8/README.md-240-
raku-getopt-long-0.1.8/README.md:241:the hash `%defines` or `$options<define> ` will contain two keys, `"os"` with value `"linux"` and `"vendor"` with value `"redhat"`. It is also possible to specify that only integer or floating point numbers are acceptable values. The keys are always taken to be strings.
raku-getopt-long-0.1.8/README.md-242-
##############################################
raku-getopt-long-0.1.8/README.md-396-
raku-getopt-long-0.1.8/README.md:397:  * bundling (default: `!$compat-builtin`)
raku-getopt-long-0.1.8/README.md-398-
##############################################
raku-getopt-long-0.1.8/README.md-409-
raku-getopt-long-0.1.8/README.md:410:  * compat-singles (default: `$compat-builtin`)
raku-getopt-long-0.1.8/README.md-411-
##############################################
raku-getopt-long-0.1.8/README.md-413-
raku-getopt-long-0.1.8/README.md:414:  * compat-negation (default: `$compat-builtin`)
raku-getopt-long-0.1.8/README.md-415-
##############################################
raku-getopt-long-0.1.8/README.md-417-
raku-getopt-long-0.1.8/README.md:418:  * compat-positional (default: `$compat-builtin`)
raku-getopt-long-0.1.8/README.md-419-