Codebase list libbareword-filehandles-perl / debian/0.003-1
fix pod typos not spotted by lintian Florian Schlichting 12 years ago
3 changed file(s) with 18 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 libbareword-filehandles-perl (0.003-1) UNRELEASED; urgency=low
0 libbareword-filehandles-perl (0.003-1) unstable; urgency=low
11
22 * Initial Release. (Closes: #668106)
33
4 -- Florian Schlichting <fschlich@zedat.fu-berlin.de> Mon, 9 Apr 2012 01:50:18 +0200
4 -- Florian Schlichting <fschlich@zedat.fu-berlin.de> Mon, 09 Apr 2012 02:07:57 +0200
0 Description: fix a typo in pod
1 Author: Florian Schlichting <fschlich@zedat.fu-berlin.de>
2 Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=76421
3
4 --- a/lib/bareword/filehandles.pm
5 +++ b/lib/bareword/filehandles.pm
6 @@ -56,7 +56,7 @@
7 =head1 DESCRIPTION
8
9 This module lexically disables the use of bareword filehandles with
10 -builtin functions, except for the special builitin filehandles C<STDIN>,
11 +builtin functions, except for the special builtin filehandles C<STDIN>,
12 C<STDOUT>, C<STDERR>, C<ARGV>, C<ARGVOUT> and C<DATA>.
13
14 =head1 METHODS
0 fix_pod_typo.patch