Koha/t/Barcodes_PrinterConfig.t
2007-06-18 00:51:10 +00:00

5 lines
137 B
Perl

BEGIN { $| = 1; print "1..1\n"; }
END {print "not ok 1\n" unless $loaded;}
use C4::Barcodes::PrinterConfig;
$loaded = 1;
print "ok 1\n";