-
-
24 Aug 2016 02:21:49 UTC
- Distribution: Reply
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (2718 / 0 / 0)
- Kwalitee
Bus factor: 0- % Coverage
- License: mit
- Activity
24 month- Tools
- Download (28.05KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 12 contributors-
Jesse Luehrs
-
Arthur Axel 'fREW' Schmidt
-
Dagfinn Ilmari Mannsåker
-
John Barrett
-
Kosuke Asami
-
Michael Reddick
-
Sawyer X
-
Sergey Romanov
-
Shawn M Moore
-
Stanislaw Pusep
-
Toby Inkster
-
tokuhirom
- Dependencies
- Config::INI::Reader::Ordered
- Data::Dumper
- Devel::LexAlias
- Eval::Closure
- Exporter
- File::HomeDir
- File::Spec
- Getopt::Long
- Module::Runtime
- Package::Stash
- PadWalker
- Scalar::Util
- Term::ANSIColor
- Term::ReadLine
- Time::HiRes
- Try::Tiny
- base
- overload
- strict
- warnings
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
reply - read, eval, print, loop, yay!
VERSION
version 0.42
SYNOPSIS
reply [-lb] [-I dir] [-M mod] [--version] [--help] [--cfg file]
DESCRIPTION
This script runs the Reply shell. It looks for a configuration file in
.replyrc
in your home directory, and will generate a basic configuration for you if that file does not exist.See the Reply documentation for more information about using and configuring this program.
OPTIONS
reply takes these command line options:
- -I lib
-
Adds the given directory to
@INC
. - -l
-
Equivalent to
-I lib
. - -b
-
Equivalent to
-I blib/lib -I blib/arch
. - -M Carp::Always
-
Loads the specified module before starting the repl. It is loaded within the repl, so things like exporting work properly.
- --cfg ~/.replyrc
-
Specifies a different configuration file to use.
~/.replyrc
is the default. - --version
-
Displays the program version.
- --help
-
Displays usage information.
AUTHOR
Jesse Luehrs <doy@tozt.net>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2016 by Jesse Luehrs.
This is free software, licensed under:
The MIT (X11) License
Module Install Instructions
To install Reply, copy and paste the appropriate command in to your terminal.
cpanm Reply
perl -MCPAN -e shell install Reply
For more information on module installation, please visit the detailed CPAN module installation guide.