repo.or.cz
/
koha.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Style change to fix Bug 3898, Vendor Search Box Moved on Serials
[koha.git]
/
misc
/
perlmodule_ls.pl
blob
818f855cc2396db6c33e50e66752b715ff851b1b
1
#!/usr/bin/perl
2
3
use
ExtUtils
::
Installed
;
4
my
$instmod
=
ExtUtils
::
Installed
->
new
();
5
foreach
my
$module
(
$instmod
->
modules
()) {
6
my
$version
=
$instmod
->
version
(
$module
) ||
"???"
;
7
print
"
$module
--
$version
\n
"
;
8
}