From 943a7b49d3cec9faa7a08e3736625e24e2f9630c Mon Sep 17 00:00:00 2001 From: Ricardo Signes Date: Tue, 1 Jan 2013 15:16:09 -0500 Subject: [PATCH] tweak docs to fix typos --- Changes | 3 +++ lib/Color/Scheme.pm | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 563e308..c906d76 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Color-Scheme +1.04 Tue Jan 1 15:14:44 EST 2013 + fix some documentation typos (thanks, Xavier Guimard) + 1.03 Mon Jun 18 17:56:43 EDT 2012 stop the pod tests from breaking install diff --git a/lib/Color/Scheme.pm b/lib/Color/Scheme.pm index 458948f..0a2a3ba 100644 --- a/lib/Color/Scheme.pm +++ b/lib/Color/Scheme.pm @@ -7,7 +7,7 @@ use Carp; use List::Util qw(min max); use POSIX qw(floor); -our $VERSION = '1.03'; +our $VERSION = '1.04'; =head1 NAME @@ -257,7 +257,7 @@ sub from_hue { =head2 from_hex( color ) Sets the base color to the given color, where C is in the hexidecimal -form RRGGBB. C should not be preceeded with a hash (#). +form RRGGBB. C should not be preceded with a hash (#). The default base color is the equivalent of #ff0000, or bright red. @@ -653,7 +653,7 @@ This Perl module was created by Ian Langworth Copyright (C) 2005 Ian Langworth -This license has been granted explictly by the author of Color Schemes 2. This +This license has been granted explicitly by the author of Color Schemes 2. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.