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
fixed version for 0.9.2
[deps.git]
/
lib
/
graphincludes
/
params.pm
blob
0d067efdb05888de01d4a0aca1bd21de4d2df241
1
package
graphincludes
::
params
;
2
use
strict
;
3
use
warnings
;
4
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
;
12
13
1
;