The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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