Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the SVN-Hooks CPAN distribution.

Report information
The Basics
Id: 53289
Status: resolved
Priority: 0/
Queue: SVN-Hooks

People
Owner: GNUSTAVO [...] cpan.org
Requestors: angelabad [...] gmail.co
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.23
Fixed in: (no value)



Subject: Fix spelling errors in manpages
Some manpages have spelling errors, I attach patch file.

Thanks!
Subject: spelling_errors.patch
Author: Angel Abad <angelabad@gmail.com> Description: Fix spelling errors in manpages Bug: --- a/lib/SVN/Hooks.pm +++ b/lib/SVN/Hooks.pm @@ -181,7 +181,7 @@ =item SVN::Hooks::Notify -Sends notification emails after succesful commits. +Sends notification emails after successful commits. =item SVN::Hooks::UpdateConfFile --- a/lib/SVN/Hooks/CheckStructure.pm +++ b/lib/SVN/Hooks/CheckStructure.pm @@ -77,7 +77,7 @@ =item NUMBER A positive number simply tells that whatever the current component is -is ok and finishes the check succesfully. +is ok and finishes the check successfully. A negative number tells that whatever the current component is is a structure violation and aborts the commit. --- a/lib/SVN/Hooks/Mailer.pm +++ b/lib/SVN/Hooks/Mailer.pm @@ -15,11 +15,11 @@ =head1 NAME -SVN::Hooks::Mailer - Send emails after succesful commits. +SVN::Hooks::Mailer - Send emails after successful commits. =head1 SYNOPSIS -This SVN::Hooks plugin sends notification emails after succesful +This SVN::Hooks plugin sends notification emails after successful commits. It's deprecated. You should use SVN::Hooks::Notify instead. The emails contain information about the commit like this: --- a/lib/SVN/Hooks/UpdateConfFile.pm +++ b/lib/SVN/Hooks/UpdateConfFile.pm @@ -37,7 +37,7 @@ =head2 UPDATE_CONF_FILE(FROM, TO, @ARGS) -This directive tells that after a succesful commit the file FROM, kept +This directive tells that after a successful commit the file FROM, kept under version control, must be copied to TO. FROM can be a string or a qr/Regexp/ specifying the file path relative @@ -86,7 +86,7 @@ An actuator is a function or a command (specified by an array of strings that will be passed to the shell) that will be invoked after a -succesful commit of FROM in the post-commit hook. +successful commit of FROM in the post-commit hook. The function receives two string arguments: the contents of FROM and the relative path to FROM. @@ -96,7 +96,7 @@ =item rotate => NUMBER -By default, after each succesful commit the TO file is overwriten by +By default, after each successful commit the TO file is overwriten by the new contents of FROM. With this option, the last NUMBER versions of TO are kept on disk with numeric suffixes ranging from C<.0> to C<.NUMBER-1>. This can be useful, for instance, in case you manage to
Thanks, Angel. I've applied the patch and uploaded version 0.24 to PAUSE.