r54044 - in /trunk/libmath-gradient-perl/debian: patches/ patches/fix-pod-spelling.patch patches/series source/ source/format

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Mar 10 18:06:58 UTC 2010


Author: jawnsy-guest
Date: Wed Mar 10 18:06:37 2010
New Revision: 54044

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=54044
Log:
add a patch to fix POD problems, 3.0 (quilt) source format

Added:
    trunk/libmath-gradient-perl/debian/patches/
    trunk/libmath-gradient-perl/debian/patches/fix-pod-spelling.patch
    trunk/libmath-gradient-perl/debian/patches/series
    trunk/libmath-gradient-perl/debian/source/
    trunk/libmath-gradient-perl/debian/source/format

Added: trunk/libmath-gradient-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-gradient-perl/debian/patches/fix-pod-spelling.patch?rev=54044&op=file
==============================================================================
--- trunk/libmath-gradient-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libmath-gradient-perl/debian/patches/fix-pod-spelling.patch Wed Mar 10 18:06:37 2010
@@ -1,0 +1,24 @@
+Description: fix POD spelling errors
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/Gradient.pm
++++ b/Gradient.pm
+@@ -10,7 +10,7 @@
+ 
+ use Math::Gradient qw(multi_gradient);
+ 
+-# make a 100-point colour pallette to smothly transition between 6 RGB values
++# make a 100-point colour palette to smothly transition between 6 RGB values
+ 
+ my(@hot_spots) = ([ 0, 255, 0 ], [ 255, 255, 0 ], [ 127, 127, 127 ], [ 0, 0, 255 ], [ 127, 0, 0 ], [ 255, 255, 255 ]);
+ 
+@@ -26,7 +26,7 @@
+ 
+ =item gradient($start_value, $end_value, $steps)
+ 
+-This function will return an array of evenly distributed values between $start_value and $end_value. All three values supplied should be numeric. $steps should be the number of steps that should occur  between the two points; for instance, gradient(0, 10, 4) would return the array (2, 4, 6, 8); the 4 evenly-distributed steps neccessary to get from 0 to 10, whereas gradient(0, 1, 3) would return (0.25, 0.5, 0.75). This is the basest function in the Math::Gradient module and isn't very exciting, but all of the other functions below derive their work from it.
++This function will return an array of evenly distributed values between $start_value and $end_value. All three values supplied should be numeric. $steps should be the number of steps that should occur  between the two points; for instance, gradient(0, 10, 4) would return the array (2, 4, 6, 8); the 4 evenly-distributed steps necessary to get from 0 to 10, whereas gradient(0, 1, 3) would return (0.25, 0.5, 0.75). This is the basest function in the Math::Gradient module and isn't very exciting, but all of the other functions below derive their work from it.
+ 
+ =item array_gradient($start_value, $end_value, $steps)
+ 

Added: trunk/libmath-gradient-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-gradient-perl/debian/patches/series?rev=54044&op=file
==============================================================================
--- trunk/libmath-gradient-perl/debian/patches/series (added)
+++ trunk/libmath-gradient-perl/debian/patches/series Wed Mar 10 18:06:37 2010
@@ -1,0 +1,1 @@
+fix-pod-spelling.patch

Added: trunk/libmath-gradient-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-gradient-perl/debian/source/format?rev=54044&op=file
==============================================================================
--- trunk/libmath-gradient-perl/debian/source/format (added)
+++ trunk/libmath-gradient-perl/debian/source/format Wed Mar 10 18:06:37 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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