NAME

foo - print bar, usually

DESCRIPTION

A simple script which usually prints bar. On national backwards day (January 31), it prints rab. This distribution is used to show others how to prepare a script for CPAN.

SYNOPSIS

$ foo
bar

AUTHOR

David Farrell

LICENSE

FreeBSD

INSTALLATION

Using cpan:

$ cpan App::foo

Manual install:

$ perl Makefile.PL
$ make
$ make install