diff options
author | 2017-02-05 00:33:38 +0000 | |
---|---|---|
committer | 2017-02-05 00:33:38 +0000 | |
commit | cbfb56518a2f3714444b894ee431c1f30a31dcbb (patch) | |
tree | 6ee373fead13c0711808dc60179e1de1385e4209 /gnu/usr.bin/perl/lib | |
parent | Fix merge issues, remove excess files - match perl-5.24.1 dist (diff) | |
download | wireguard-openbsd-cbfb56518a2f3714444b894ee431c1f30a31dcbb.tar.xz wireguard-openbsd-cbfb56518a2f3714444b894ee431c1f30a31dcbb.zip |
Apply local patches - perl-5.24.1
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 |