0376493cd4
to hold it and wrote tests for it, started marking other places for potential refactoring.
7 lines
72 B
Perl
7 lines
72 B
Perl
#!/usr/bin/perl -w
|
|
|
|
use strict;
|
|
use Test::Harness;
|
|
|
|
|
|
runtests 'koha.t';
|