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
Bug 7947: Update MARC21 440/490 mapping and visibility in nb-NO installer
[koha.git]
/
t
/
Installer_pm.t
blob
0ed28ee0e5ce39922d15e1ec3bcbf34c472ed61f
1
#!/usr/bin/perl
2
#
3
use
strict
;
4
use
warnings
;
5
6
use
Test
::
More tests
=>
2
;
7
use
Data
::
Dumper
;
8
9
BEGIN
{
10
use_ok
(
'C4::Installer::PerlModules'
);
11
}
12
13
my
$obj
=
C4
::
Installer
::
PerlModules
->
new
;
14
15
isa_ok
(
$obj
,
'C4::Installer::PerlModules'
);