diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2013-03-31 12:04:30 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2013-03-31 12:04:30 +0000 |
commit | 60311524ae199ea82ff765f65612b15380b5dfd3 (patch) | |
tree | e0599ec7e3c70afe695063238e75adb45c60d823 /gnu/usr.bin/perl | |
parent | c1899bc7c85fa6d695aa723e513dd2a98ee7b166 (diff) |
fix feature(3p) manual, which was missing a generated table. spotted by espie@
Diffstat (limited to 'gnu/usr.bin/perl')
-rw-r--r-- | gnu/usr.bin/perl/Makefile.bsd-wrapper1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper1 b/gnu/usr.bin/perl/Makefile.bsd-wrapper1 index 342632b02ed..f62bdc7df84 100644 --- a/gnu/usr.bin/perl/Makefile.bsd-wrapper1 +++ b/gnu/usr.bin/perl/Makefile.bsd-wrapper1 @@ -767,7 +767,7 @@ _quick3p= deprecate 3p lib/deprecate.pm \ encoding 3p lib/encoding.pm \ encoding::warnings 3p lib/encoding/warnings.pm \ - feature 3p regen/feature.pl \ + feature 3p lib/feature.pm \ fields 3p lib/fields.pm \ filetest 3p lib/filetest.pm \ if 3p lib/if.pm \ |