diff options
author | Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> | 2019-07-04 11:19:45 +0100 |
---|---|---|
committer | Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> | 2019-07-04 11:37:42 +0100 |
commit | 06cc5386dd28f60bb72cc21229809ac27bfe7086 (patch) | |
tree | 26bd9473b3b5ae7b689376bdaf76378e68f11036 /ext/Opcode | |
parent | 202ea931a9d01c8b3a6ef7245848bdfea2411000 (diff) | |
download | perl-06cc5386dd28f60bb72cc21229809ac27bfe7086.tar.gz |
Fix "it it" typos
And regen affected files
Diffstat (limited to 'ext/Opcode')
-rw-r--r-- | ext/Opcode/Opcode.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/Opcode/Opcode.pm b/ext/Opcode/Opcode.pm index 9d97ef1540..417817929b 100644 --- a/ext/Opcode/Opcode.pm +++ b/ext/Opcode/Opcode.pm @@ -6,7 +6,7 @@ use strict; our($VERSION, @ISA, @EXPORT_OK); -$VERSION = "1.43"; +$VERSION = "1.44"; use Carp; use Exporter (); @@ -493,7 +493,7 @@ A handy tag name for a I<reasonable> default set of ops beyond the :default optag. Like :default (and indeed all the other optags) its current definition is unstable while development continues. It will change. -The :browse tag represents the next step beyond :default. It it a +The :browse tag represents the next step beyond :default. It is a superset of the :default ops and adds :filesys_read the :sys_db. The intent being that scripts can access more (possibly sensitive) information about your system but not be able to change it. |