Release of version 1.01 of Acme::Don::t


NAME

Acme::Don't - The opposite of `do'

SYNOPSIS

use Acme::Don't;

don't { print "This won't be printed\n" }; # NO-OP

DESCRIPTION

The Acme::Don't module provides a `don't' command, which is the opposite of Perl's built-in `do'.

It is used exactly like the `do BLOCK' function except that, instead of executing the block it controls, it...well...doesn't.

Regardless of the contents of the block, `don't' returns `undef'.

AUTHOR

Damian Conway (damian@conway.org)

COPYRIGHT

Copyright (c) 2002, Damian Conway. All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the terms of the Perl Artistic License (see http://www.perl.com/perl/misc/Artistic.html)


CHANGES IN VERSION 1.01


AVAILABILITY

Acme::Don::t has been uploaded to the CPAN and is also available from:

http://www.csse.monash.edu.au/~damian/CPAN/Acme-Don-t.tar.gz