Contracts in Perl 'Class::Agreement' #14

The Postcondition

sub decrement {
    my ($self) = @_;
    my $old_item = $self->{item};

    ...

    die "item wasn't decremented"
        unless $self->item 
        = $old_item - 1;
}
Copyright © 2005 Ian Langworth