This is an automated email from the git hooks/post-receive script. fsfs pushed a commit to branch master in repository libfile-pid-perl.
commit 81d71a1a77d588d8e39ab48d66e413b6dc7e3f12 Author: Florian Schlichting <[email protected]> Date: Fri Nov 25 21:33:58 2016 +0100 Fix a POD typo --- debian/patches/series | 1 + debian/patches/spelling.patch | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/debian/patches/series b/debian/patches/series index c220de7..fdda7eb 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ missing-pidfile.patch +spelling.patch diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch new file mode 100644 index 0000000..204cb8a --- /dev/null +++ b/debian/patches/spelling.patch @@ -0,0 +1,14 @@ +Description: fix a typo +Author: Florian Schlichting <[email protected]> + +--- a/lib/File/Pid.pm ++++ b/lib/File/Pid.pm +@@ -50,7 +50,7 @@ + pid => '145', + }); + +-This constructor takes two optional paramters. ++This constructor takes two optional parameters. + + C<file> - The name of the pid file to work on. If not specified, a pid + file located in C<< File::Spec->tmpdir() >> will be created that matches -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfile-pid-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
