===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
acheck-0.5.8/Parser.pm-124-
acheck-0.5.8/Parser.pm:125:	s/(\$\D)/\\$1/g;			# `$'	 prevent use of variables but `$1', `$2', ...
acheck-0.5.8/Parser.pm-126-	s/\(\?\{/(\\?{/g;			# `(?{'	 prevent arbitrary code execution
##############################################
acheck-0.5.8/debian/changelog-262-    in l10n-check-rules(5) in l10n-check-rules package
acheck-0.5.8/debian/changelog:263:  * set `$Spell_all' to `yes'
acheck-0.5.8/debian/changelog-264-  * fix manpages
##############################################
acheck-0.5.8/debian/changelog-312-  * Initial Debian Package Release
acheck-0.5.8/debian/changelog:313:  * override `$rules_dir' to `/usr/share/l10n-check/rules', for easy
acheck-0.5.8/debian/changelog-314-    transition to Debian package, to be changed.
##############################################
acheck-0.5.8/po/Makefile-31-	for i in $(MO) ; do \
acheck-0.5.8/po/Makefile:32:	  t=$(DESTDIR)/$(LOCALEDIR)/`basename $$i .mo`/LC_MESSAGES ;\
acheck-0.5.8/po/Makefile-33-	  install -d $$t ;\