#!/usr/bin/perl -T # $RedRiver: keyring.t,v 1.17 2007/09/13 15:41:36 andrew Exp $ use strict; use warnings; use Test::More tests => 3; BEGIN { use_ok( 'Palm::Keyring' ); } ok( Palm::Keyring::_hexdump('hex:', '12345'), '_hexdump' ); ok( Palm::Keyring::_bindump('bin:', '12345'), '_bindump' );