freebsd-ports/textproc/p5-Senna/files/patch-Symbol.pm
Jun Kuriyama 8ff181cd58 - POD fixes (already reported to module author).
- Reduce warning in Senna::Symbol.
2006-12-09 08:06:48 +00:00

18 lines
478 B
Perl

--- lib/Senna/Symbol.pm.orig Wed Oct 18 14:04:47 2006
+++ lib/Senna/Symbol.pm Wed Oct 18 14:05:03 2006
@@ -59,7 +59,7 @@
sub %s
{
my $self = shift;
- my %args = @_;
+ my %%args = @_;
$self->xs_%s(@args{qw(key)});
}
EOSUB
@@ -117,4 +117,4 @@
Development funded by Brazil Ltd. E<lt>http://dev.razil.jp/project/senna/E<gt>
-=cut
\ No newline at end of file
+=cut