Acme-Nooo

 view release on metacpan or  search on metacpan

test.pl  view on Meta::CPAN

# Before `make install' is performed this script should be runnable with
# `make test'. After `make install' it should work as `perl Acme-Nooo.t'

#########################

# change 'tests => 1' to 'tests => last_test_to_print';

use Test::Simple tests => 3;
require Acme::Nooo;
ok(1, 'loaded');

package Annoying;

sub new
{
    bless [], Annoying;



( run in 0.474 second using v1.01-cache-2.11-cpan-5dc5da66d9d )