bumped to 0.9.1
[deps.git] / lib / graphincludes / params.pm
blobceac05c16e16ca2701bc93a29fd56b7e2b1cf138
1 package graphincludes::params;
2 use strict;
3 use warnings;
5 our $VERSION='0.9.1';
6 our $verbose=0;
7 our $showdropped=0;
8 our $debug=0;
9 our ($minshow, $maxshow) = (1, 1);
10 our (@focus, @inclpath, @sysinclpath);
11 our $filename_regexp;