Random Project

nice plugin, but needed small correction

Good plugin, does exactly what I need.
Only one thing was needed to be corrected due to issues with -v (debuglevel):
use Getopt::Long;
changed into
use Getopt::Long qw(:config no_ignore_case);

Without this, debuglevel and Version parameters were mixed up.