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

dmn pushed a commit to branch master
in repository libcatmandu-marc-perl.

commit 0cc4edb8884155a39d4c0ee78fc5934d13bb0381
Author: Damyan Ivanov <d...@debian.org>
Date:   Wed Jun 10 13:21:16 2015 +0000

    Patch typo (paramters -> parameters) in POD
---
 debian/patches/pod-spelling.patch | 95 +++++++++++++++++++++++++++++++++++++++
 debian/patches/series             |  1 +
 2 files changed, 96 insertions(+)

diff --git a/debian/patches/pod-spelling.patch 
b/debian/patches/pod-spelling.patch
new file mode 100644
index 0000000..70cc46d
--- /dev/null
+++ b/debian/patches/pod-spelling.patch
@@ -0,0 +1,95 @@
+Description: POD spelling (paramters -> parameters)
+Author: Damyan Ivanov <d...@debian.org>
+Forwarded: https://github.com/LibreCat/Catmandu-MARC/issues/15
+Bug: https://github.com/LibreCat/Catmandu-MARC/issues/15
+
+--- a/lib/Catmandu/Exporter/MARC/ALEPHSEQ.pm
++++ b/lib/Catmandu/Exporter/MARC/ALEPHSEQ.pm
+@@ -21,7 +21,7 @@ Catmandu::Exporter::MARC::ALEPHSEQ - Exp
+ =head2 new(file => $file , %opts)
+ 
+ Create a new L<Catmandu::Exporter> to serialize MARC record into Aleph 
sequential. Provide the path
+-of a $file to write exported records to. Optionally the following paramters 
can be
++of a $file to write exported records to. Optionally the following parameters 
can be
+ specified:
+ 
+       record : the key containing the marc record (default: 'record')
+@@ -102,4 +102,4 @@ sub commit {
+       $self->fh->flush;
+ }
+ 
+-1;
+\ No newline at end of file
++1;
+--- a/lib/Catmandu/Exporter/MARC/MARCMaker.pm
++++ b/lib/Catmandu/Exporter/MARC/MARCMaker.pm
+@@ -21,7 +21,7 @@ Catmandu::Exporter::MARC::MARCMaker - Ex
+ =head2 new(file => $file , %opts)
+ 
+ Create a new L<Catmandu::Exporter> to serialize MARC record into MARCMaker. 
Provide the path
+-of a $file to write exported records to. Optionally the following paramters 
can be
++of a $file to write exported records to. Optionally the following parameters 
can be
+ specified:
+ 
+       record : the key containing the marc record (default: 'record')
+@@ -78,4 +78,4 @@ sub commit {
+       $self->fh->flush;
+ }
+ 
+-1;
+\ No newline at end of file
++1;
+--- a/lib/Catmandu/Exporter/MARC/MiJ.pm
++++ b/lib/Catmandu/Exporter/MARC/MiJ.pm
+@@ -21,7 +21,7 @@ Catmandu::Exporter::MARC::MiJ - Exporter
+ =head2 new(file => $file , %opts)
+ 
+ Create a new L<Catmandu::Exporter> to serialize MARC record into MiJ. Provide 
the path
+-of a $file to write exported records to. Optionally the following paramters 
can be
++of a $file to write exported records to. Optionally the following parameters 
can be
+ specified:
+ 
+       record : the key containing the marc record (default: 'record')
+@@ -78,4 +78,4 @@ sub commit {
+       $self->fh->flush;
+ }
+ 
+-1;
+\ No newline at end of file
++1;
+--- a/lib/Catmandu/Exporter/MARC/USMARC.pm
++++ b/lib/Catmandu/Exporter/MARC/USMARC.pm
+@@ -21,7 +21,7 @@ Catmandu::Exporter::MARC::USMARC - Expor
+ =head2 new(file => $file , %opts)
+ 
+ Create a new L<Catmandu::Exporter> to serialize MARC record into USMARC. 
Provide the path
+-of a $file to write exported records to. Optionally the following paramters 
can be
++of a $file to write exported records to. Optionally the following parameters 
can be
+ specified:
+ 
+       record : the key containing the marc record (default: 'record')
+@@ -78,4 +78,4 @@ sub commit {
+       $self->fh->flush;
+ }
+ 
+-1;
+\ No newline at end of file
++1;
+--- a/lib/Catmandu/Exporter/MARC/XML.pm
++++ b/lib/Catmandu/Exporter/MARC/XML.pm
+@@ -21,7 +21,7 @@ Catmandu::Exporter::MARC::XML - Exporter
+ =head2 new(file => $file , %opts)
+ 
+ Create a new L<Catmandu::Exporter> to serialize MARC record into XML. Provide 
the path
+-of a $file to write exported records to. Optionally the following paramters 
can be
++of a $file to write exported records to. Optionally the following parameters 
can be
+ specified:
+ 
+       record : the key containing the marc record (default: 'record')
+@@ -135,4 +135,4 @@ sub commit {
+     $self->fh->flush;
+ }
+ 
+-1;
+\ No newline at end of file
++1;
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ad85da2
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pod-spelling.patch

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to