Prepare for 0.12 release
[deps.git] / lib / graphincludes / params.pm
blob1bcd965c2d2d6ec4457b3454d9fa16a3357731ca
1 # This file is part of the DEPS/graph-includes package
3 # (c) 2005,2006 Yann Dirson <ydirson@altern.org>
4 # Distributed under version 2 of the GNU GPL.
6 package graphincludes::params;
7 use strict;
8 use warnings;
10 our $VERSION='0.12';
11 our $verbose=0;
12 our $showdropped=0;
13 our $debug=0;
14 our ($minshow, $maxshow) = (1, 1);
15 our (@focus, @inclpath, @sysinclpath);
16 our $filename_regexp;