Acme-List-CarCdr
view release on metacpan or search on metacpan
#!perl
use strict;
use warnings;
use Test::More; # plan is down at bottom
use Test::Exception;
eval 'use Test::Differences'; # display convenience
my $deeply = $@ ? \&is_deeply : \&eq_or_diff;
########################################################################
use Acme::List::CarCdr;
my $can = Acme::List::CarCdr->new;
# The reason for using names instead of numbers is that numbers may be
# returned by various array operations (length, index) that might be
# improperly confused with a test list that contains numbers instead of
( run in 0.337 second using v1.01-cache-2.11-cpan-131fc08a04b )