repo.or.cz
/
deps.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
bumped to 0.9.1
[deps.git]
/
lib
/
graphincludes
/
params.pm
blob
ceac05c16e16ca2701bc93a29fd56b7e2b1cf138
1
package
graphincludes
::
params
;
2
use
strict
;
3
use
warnings
;
4
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
;
12
13
1
;