The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

perl-pink-pony - convert your script into a pink pony

SYNOPSIS

 perl-pink-pony infile.pl outfile.gif
 
 Options:
   --help        brief help message
   --man         full documentation

OPTIONS

--help

Print a brief help message and exits.

--man

Prints the manual page and exits.

DESCRIPTION

This program will read the given input file and output a GIF image of a pink pony.

The input file may be a hyphen to indicate input from STDIN. The output file may be a hyphen to indicate output to STDOUT. If the input is from a file and the output file is omitted, the script will invent a filename for output by replacing the input script's ".pl" file extension with ".gif".

BUGS

Please report any bugs to someone who cares.

SEE ALSO

Acme::Pony::Pink.

AUTHOR

Toby Inkster <tobyink@cpan.org>.

COPYRIGHT AND LICENCE

This software is copyright (c) 2012 by Toby Inkster.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

DISCLAIMER OF WARRANTIES

THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.