This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libfile-monitor-lite-perl.
commit 3cdf146f24dbc23d5a27d3e5e2a472aa5e76d284 Author: gregor herrmann <[email protected]> Date: Wed Sep 6 19:56:50 2017 +0200 add spelling.patch Gbp-Dch: Ignore --- debian/patches/series | 1 + debian/patches/spelling.patch | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..5299247 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +spelling.patch diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch new file mode 100644 index 0000000..01a210f --- /dev/null +++ b/debian/patches/spelling.patch @@ -0,0 +1,18 @@ +Description: spelling fix +Origin: vendor +Author: gregor herrmann <[email protected]> +Last-Update: 2017-09-06 +Forwarded: https://rt.cpan.org/Ticket/Display.html?id=122976 +Bug: https://rt.cpan.org/Ticket/Display.html?id=122976 + +--- a/lib/File/Monitor/Lite.pm ++++ b/lib/File/Monitor/Lite.pm +@@ -142,7 +142,7 @@ + + =head1 DESCRIPTION + +-This is another implementaion of File::Monitor. While File::Monitor cannot detect file creation (unless you declare file name first), I use File::Find::Rule to rescan files every time when $monitor->check() is executed. To use this module, just follow synopsis above. ++This is another implementation of File::Monitor. While File::Monitor cannot detect file creation (unless you declare file name first), I use File::Find::Rule to rescan files every time when $monitor->check() is executed. To use this module, just follow synopsis above. + + Currently one cannot change file observing rules. To do so, create another monitor object with new rules. + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfile-monitor-lite-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
