Reply::Plugin::Hints - persists lexical hints across input lines
Contents
Copyright And License
This software is Copyright (c) 2016 by Jesse Luehrs.
This is free software, licensed under:
The MIT (X11) License
perl v5.34.0 2022-06-17 Reply::Plugin::Hints(3pm)
Description
This plugin persists the values of various compile time lexical hints between evaluated lines. This
means, for instance, that entering a line like "use strict" at the Reply prompt will cause "strict" to be
enabled for all future lines (at least until "no strict" is given).
Name
Reply::Plugin::Hints - persists lexical hints across input lines
Synopsis
; .replyrc
[Hints]
Version
version 0.42
