Re: Is it ok taking the Refute::* namespace?

2017-09-06 Thread Dan Book
On Wed, Sep 6, 2017 at 7:24 AM, Konstantin S. Uvarin wrote: > > Now to the subject. Would it be fine to take up a whole top-level > namespace, or should I stick to a humbler naming scheme like > Assert::Refute? If I do take a namespace, what should I do aside from being > concerned and posting h

Is it ok taking the Refute::* namespace?

2017-09-06 Thread Konstantin S. Uvarin
Hello, I would like to release a Refute or perhaps Refute::Contract module to CPAN. I used to name it Test::Refute or Test::Contract, but it's not actually a test module anymore. A refute( $reason, $comment ) is an inverted assertion: if $reason is a false value, it is assumed to pass; otherw