App-Addex

 view release on metacpan or  search on metacpan

t/addr-book.t  view on Meta::CPAN

#!perl
use strict;
use warnings;

use Test::More tests => 2;

my $class = 'App::Addex::AddressBook';
use_ok($class);

eval { $class->entries };
like($@, qr/no behavior defined/, "exception thrown on virtual method");



( run in 0.646 second using v1.01-cache-2.11-cpan-39bf76dae61 )