diff options
author | 2017-08-14 13:49:42 +0000 | |
---|---|---|
committer | 2017-08-14 13:49:42 +0000 | |
commit | 014083a11f84d6dcab30ffba851221532a9e3cce (patch) | |
tree | d11a58ceb41f5f6f3d2e6e5449a515c9a70f5010 /gnu/usr.bin/perl/lib | |
parent | Fix merge issues, remove excess files - match perl-5.24.2 dist (diff) | |
download | wireguard-openbsd-014083a11f84d6dcab30ffba851221532a9e3cce.tar.xz wireguard-openbsd-014083a11f84d6dcab30ffba851221532a9e3cce.zip |
Apply local patches - perl-5.24.2
OK bluhm@, Reads ok sthen@
Diffstat (limited to 'gnu/usr.bin/perl/lib')
-rw-r--r-- | gnu/usr.bin/perl/lib/AnyDBM_File.pm | 2 | ||||
-rw-r--r-- | gnu/usr.bin/perl/lib/Getopt/Std.pm | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/gnu/usr.bin/perl/lib/AnyDBM_File.pm b/gnu/usr.bin/perl/lib/AnyDBM_File.pm index 4153af2de2d..3b41a4a100b 100644 --- a/gnu/usr.bin/perl/lib/AnyDBM_File.pm +++ b/gnu/usr.bin/perl/lib/AnyDBM_File.pm @@ -22,8 +22,6 @@ __END__ AnyDBM_File - provide framework for multiple DBMs -NDBM_File, DB_File, GDBM_File, SDBM_File, ODBM_File - various DBM implementations - =head1 SYNOPSIS use AnyDBM_File; diff --git a/gnu/usr.bin/perl/lib/Getopt/Std.pm b/gnu/usr.bin/perl/lib/Getopt/Std.pm index b7f8132b381..b98bd57f077 100644 --- a/gnu/usr.bin/perl/lib/Getopt/Std.pm +++ b/gnu/usr.bin/perl/lib/Getopt/Std.pm @@ -4,7 +4,7 @@ require Exporter; =head1 NAME -getopt, getopts - Process single-character switches with switch clustering +Getopt::Std, getopt, getopts - Process single-character switches with switch clustering =head1 SYNOPSIS |