# You should have received a copy of the GNU General Public License
# along with Koha; if not, see <http://www.gnu.org/licenses>.
use strict;
use Modern::Perl;
use warnings;
use Test::More;
use File::Spec;
# Tests usage of deprecated Perl syntax. Deprecated could be extended to the
# sense of 'not allowed'.
#
use Test::More tests => 1;
use File::Find;
use Cwd;
# This Koha test module is a stub!
# Add more tests here!!!
use Test::More tests => 4;
use MARC::Record;
use Test::More tests => 2;
# implementation tests are in t/db_dependent/Barcodes.t
use Test::More tests => 10;
use Test::More tests => 3;
# sample of utf-8 text, font name and type will be on bottom of second page
use File::Temp qw/ tempfile /;
use Test::More tests => 41;
#!/usr/bin/perl
use FindBin qw( $Bin );
use Test::More tests => 19;
use Test::More tests => 34;
use Test::More tests => 6;
use Test::More tests => 16;
# This module tests the HtmlTag filter
use Data::Dumper;
# Note that at present this test is almost identical to the one testing
# the encapsulating method in Koha::MetadataRecord.
# for context, see http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2691
use Test::More tests => 11;
use t::lib::Mocks;
use Test::More tests => 5;
use CGI qw ( -utf8 );
use Test::Deep;
$| = 1;
use Test::More tests => 29;
use C4::TmplTokenType;
# This script is called by the pre-commit git hook to test modules compile
use Test::Strict;
use Test::More tests => 8;
use C4::Context;
# Then run this script to test perl interaction w/ LDAP.
use Net::LDAP;
use Net::LDAP::Filter;
use Test::More tests => 17;
use List::Util qw(first);
use C4::Biblio;
use Koha::Acquisition::Currencies;
use constant WHEREAMI => 't/db_dependent/Record/testrecords';
use Koha::MetadataRecord::Authority;
use Cwd qw/abs_path/;
use File::Basename;
use Test::More tests => 32;
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
use Getopt::Long;
use Pod::Usage;
use File::Spec::Functions qw(catdir catfile splitdir);
-