fixed version for 0.9.2
[deps.git] / lib / graphincludes / params.pm
blob0d067efdb05888de01d4a0aca1bd21de4d2df241
1 package graphincludes::params;
2 use strict;
3 use warnings;
5 our $VERSION='0.9.2';
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;