[libfile-dropbox-perl] 03/03: Fix spelling errors in POD and README

Alex Muntada alexm at alexm.org
Mon Dec 12 00:06:59 UTC 2016


This is an automated email from the git hooks/post-receive script.

alexm-guest pushed a commit to branch master
in repository libfile-dropbox-perl.

commit aabdae0246d6bc2c2277b00dbc1331d74babf470
Author: Alex Muntada <alexm at alexm.org>
Date:   Mon Dec 12 01:05:47 2016 +0100

    Fix spelling errors in POD and README
---
 debian/patches/series                          |  1 +
 debian/patches/spelling-error-in-manpage.patch | 62 ++++++++++++++++++++++++++
 debian/upstream/metadata                       |  3 ++
 3 files changed, 66 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f7c4b35
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling-error-in-manpage.patch
diff --git a/debian/patches/spelling-error-in-manpage.patch b/debian/patches/spelling-error-in-manpage.patch
new file mode 100644
index 0000000..a93bfb3
--- /dev/null
+++ b/debian/patches/spelling-error-in-manpage.patch
@@ -0,0 +1,62 @@
+Description: Fix spelling errors in POD and README
+Author: Alex Muntada <alexm at alexm.org>
+Forwarded: no
+
+--- a/lib/File/Dropbox.pm
++++ b/lib/File/Dropbox.pm
+@@ -633,7 +633,7 @@
+ L<syswrite|perlfunc/syswrite>, L<print|perlfunc/print>, L<printf|perlfunc/printf>, L<say|perlfunc/say>.
+ 
+ All API requests are done using L<Furl> module. For more accurate timeouts L<Net::DNS::Lite> is used, as described in L<Furl::HTTP>. Furl settings
+-can be overriden using C<furlopts>.
++can be overridden using C<furlopts>.
+ 
+ =head1 METHODS
+ 
+@@ -714,7 +714,7 @@
+ 
+ Function returns list of hashrefs representing directory content. Hash fields described in L<Dropbox API
+ docs|https://www.dropbox.com/developers/core/docs#metadata>. C<$path> defaults to C</>. If there is
+-unfinished chunked upload on handle, it will be commited.
++unfinished chunked upload on handle, it will be committed.
+ 
+     foreach my $file (contents($dropbox, '/data')) {
+         next if $file->{'is_dir'};
+@@ -742,7 +742,7 @@
+ 
+ Function is useful for uploading small files (up to 150MB possible) in one request (at least
+ two API requests required for chunked upload, used in open-write-close sequence). If there is
+-unfinished chunked upload on handle, it will be commited.
++unfinished chunked upload on handle, it will be committed.
+ 
+     local $/;
+     open my $data, '<', '2012.dat' or die $!;
+--- a/README
++++ b/README
+@@ -61,7 +61,7 @@
+ 
+     All API requests are done using Furl module. For more accurate timeouts
+     Net::DNS::Lite is used, as described in Furl::HTTP. Furl settings can be
+-    overriden using "furlopts".
++    overridden using "furlopts".
+ 
+ METHODS
+   new
+@@ -131,7 +131,7 @@
+     fields described in Dropbox API docs
+     <https://www.dropbox.com/developers/core/docs#metadata>. $path defaults
+     to "/". If there is unfinished chunked upload on handle, it will be
+-    commited.
++    committed.
+ 
+         foreach my $file (contents($dropbox, '/data')) {
+             next if $file->{'is_dir'};
+@@ -158,7 +158,7 @@
+     Function is useful for uploading small files (up to 150MB possible) in
+     one request (at least two API requests required for chunked upload, used
+     in open-write-close sequence). If there is unfinished chunked upload on
+-    handle, it will be commited.
++    handle, it will be committed.
+ 
+         local $/;
+         open my $data, '<', '2012.dat' or die $!;
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index 3fd27ae..f8ec93f 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -2,3 +2,6 @@
 Archive: CPAN
 Contact: Alexander Nazarov <nfokz at cpan.org>
 Name: File-Dropbox
+Repository: https://github.com/n4kz/File-Dropbox.git
+Repository-Browse: https://github.com/n4kz/File-Dropbox
+Bug-Database: https://github.com/n4kz/File-Dropbox/issues

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfile-dropbox-perl.git



More information about the Pkg-perl-cvs-commits mailing list