#======================================================================== # # t/codec/codec.t # # Test the Badger::Codec module. # # Written by Andy Wardley # # This is free software; you can redistribute it and/or modify it # under the same terms as Perl itself. # #======================================================================== use strict; use warnings; use lib qw( ./lib ../lib ../../lib ); use Badger::Codec; use Badger::Test tests => 1, debug => 'Badger::Codec', args => \@ARGV; ok(1, 'Loaded Badger::Codec' ); __END__ # Local Variables: # mode: Perl # perl-indent-level: 4 # indent-tabs-mode: nil # End: # # vim: expandtab shiftwidth=4: