From ec069554b263d4d3a60a315089e170b92badd1d8 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 3 Jun 2013 15:18:17 -0500 Subject: start on some docs --- bin/reply | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'bin') diff --git a/bin/reply b/bin/reply index 6703852..3de86de 100644 --- a/bin/reply +++ b/bin/reply @@ -2,12 +2,28 @@ use strict; use warnings; # PODNAME: reply +# ABSTRACT: read, eval, print, loop, yay! use File::HomeDir; use File::Spec; use Reply; +=head1 SYNOPSIS + + reply + +=head1 DESCRIPTION + +This script runs the L shell. It looks for a configuration file in +C<.replyrc> in your home directory, and will generate a basic configuration for +you if that file does not exist. + +See the L documentation for more information about using and configuring +this program. + +=cut + my $cfg = File::Spec->catfile(File::HomeDir->my_home, ".replyrc"); my %args = (config => $cfg); -- cgit v1.2.3-54-g00ecf