https://github.com/dnmfarrell/app-foo
https://github.com/dnmfarrell/app-foo
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dnmfarrell/app-foo
- Owner: dnmfarrell
- License: other
- Created: 2016-11-14T14:27:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-15T15:39:08.000Z (over 9 years ago)
- Last Synced: 2025-03-06T05:44:16.864Z (over 1 year ago)
- Language: Perl
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.pod
- License: LICENSE
Awesome Lists containing this project
README
=head1 NAME
foo - print bar, usually
=head1 DESCRIPTION
A simple script which usually prints C. On national backwards day
(January 31), it prints C. This distribution is used to show others
how to prepare a script for CPAN.
=head1 SYNOPSIS
$ foo
bar
=head1 AUTHOR
David Farrell
=head1 LICENSE
FreeBSD
=head1 INSTALLATION
Using C:
$ cpan App::foo
Manual install:
$ perl Makefile.PL
$ make
$ make install
=cut