[SCM] Packaging of MooseX::Param in Debian branch, develop, updated. 8a33463b6d2447b3e03721a4f89f828686aba1cb

Robert James Clay jame at rocasa.us
Wed Mar 28 14:03:08 UTC 2012


The following commit has been merged in the develop branch:
commit 2ab6e4afaa06db1f9e9531b631c0bdf4aae3a4ca
Author: Robert James Clay <jame at rocasa.us>
Date:   Wed Mar 28 09:35:37 2012 -0400

    Add debian/patches/SpellingError.patch
    
    Correct an issue where the word initialize is spelled incorrectly as initalize
    in the write up for the params attribute in line 88 of Param.pm.

diff --git a/debian/patches/SpellingError.patch b/debian/patches/SpellingError.patch
new file mode 100644
index 0000000..653f79f
--- /dev/null
+++ b/debian/patches/SpellingError.patch
@@ -0,0 +1,23 @@
+Description: Spelling error in module
+ Correct spelling error in lib/MooseX/Param.pm
+Bug: https://rt.cpan.org/Ticket/Display.html?id=76121
+Author: Robert James Clay <jame at rocasa.us>
+
+--- a/lib/MooseX/Param.pm
++++ b/lib/MooseX/Param.pm
+@@ -85,7 +85,7 @@
+ 
+ This role provides a C<params> attribute which has a read-only accessor, 
+ and a HashRef type constraint. It also adds a builder method (see 
+-C<init_params> method below) to properly initalize it.
++C<init_params> method below) to properly initialize it.
+ 
+ =back
+ 
+@@ -165,4 +165,4 @@
+ This library is free software; you can redistribute it and/or modify
+ it under the same terms as Perl itself.
+ 
+-=cut
+\ No newline at end of file
++=cut
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5a4a155
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+SpellingError.patch

-- 
Packaging of MooseX::Param in Debian



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