summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/lib
diff options
context:
space:
mode:
authorafresh1 <afresh1@openbsd.org>2017-08-14 13:49:42 +0000
committerafresh1 <afresh1@openbsd.org>2017-08-14 13:49:42 +0000
commit014083a11f84d6dcab30ffba851221532a9e3cce (patch)
treed11a58ceb41f5f6f3d2e6e5449a515c9a70f5010 /gnu/usr.bin/perl/lib
parentFix merge issues, remove excess files - match perl-5.24.2 dist (diff)
downloadwireguard-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.pm2
-rw-r--r--gnu/usr.bin/perl/lib/Getopt/Std.pm2
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