Skip to content

Commit

Permalink
SVN:::Dump synopsis
Browse files Browse the repository at this point in the history
The method get_headers() doesn't exist. The corrected synopsis should be
as appended.
  • Loading branch information
nwc10 authored and book committed Apr 5, 2010
1 parent 6eee806 commit 2981661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SVN/Dump.pm
Expand Up @@ -96,7 +96,7 @@ SVN::Dump - A Perl interface to Subversion dumps
my %kind;
while ( my $record = $dump->next_record() ) {
$type{ $record->type() }++;
$kind{ $record->get_headers()->{'Node-action'} }++
$kind{ $record->get_header('Node-action') }++
if $record->type() eq 'node';
}
Expand Down

0 comments on commit 2981661

Please sign in to comment.