#!/usr/bin/perl

=begin metadata

Name: false
Description: exit unsuccesfully
Author: Abigail, perlpowertools@abigail.be
License: perl

=end metadata

=cut

exit 1;

__END__

=pod

=head1 NAME

false - Exit unsuccesfully

=head1 SYNOPSIS

false

=head1 DESCRIPTION

I<false> exits unsuccesfully.

=head1 ENVIRONMENT

The working of I<false> is not influenced by any environment variables.

=head1 BUGS

I<false> has no known bugs.

=head1 AUTHOR

The Perl implementation of I<false>
was written by Abigail, I<perlpowertools@abigail.be>.

=head1 COPYRIGHT and LICENSE

This program is copyright by Abigail 1999.

This program is free and open software. You may use, modify, distribute
and sell this program (and any modified variants) in any way you wish,
provided you do not restrict others to do the same.

=cut

