Skip to content

Commit

Permalink
Pod::Functions/Functions_pm.PL: Fix pod error
Browse files Browse the repository at this point in the history
This is trailing white space, that is warned against by the
new version of Pod::Checker that is soon to be committed.
  • Loading branch information
khwilliamson committed May 25, 2016
1 parent 81547f2 commit 227883e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/Pod-Functions/Functions_pm.PL
Expand Up @@ -161,7 +161,7 @@ Pod::Functions - Group Perl's functions a la perlfunc.pod
=head1 SYNOPSIS
use Pod::Functions;
my @misc_ops = @{ $Kinds{ 'Misc' } };
my $misc_dsc = $Type_Description{ 'Misc' };
Expand Down Expand Up @@ -207,7 +207,7 @@ L<perlfunc/"Perl Functions by Category"> section.
=cut
our $VERSION = '1.10';
our $VERSION = '1.11';
require Exporter;
Expand Down

0 comments on commit 227883e

Please sign in to comment.