Made Spreadsheet::WriteExcel links in format docs more generic
Nigel Metheringham [Thu, 19 May 2011 11:23:01 +0000 (12:23 +0100)]
Changes
lib/Excel/Template/Container/Format.pm

diff --git a/Changes b/Changes
index 57f8a2c..18df93b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Perl distribution Excel::Template
 
+    Made Spreadsheet::WriteExcel links in format docs more generic (Nigel Metheringham)
     Added missing cell comment documentation
 
 0.33 Sun Feb 20 20:07:43 CET 2011
index c4023e0..5e4a9a1 100644 (file)
@@ -58,7 +58,7 @@ Excel::Template::Container
 
 Boolean attributes should be set to 1, 0, true, or false.
 
-Color values can be the color name or the color index. See http://search.cpan.org/~jmcnamara/Spreadsheet-WriteExcel-2.11/lib/Spreadsheet/WriteExcel.pm#COLOURS_IN_EXCEL
+Color values can be the color name or the color index. See L<Spreadsheet::WriteExcel/"COLOURS IN EXCEL">
 
 =over 4
 
@@ -79,7 +79,7 @@ This will set bold to on or off, depending on the boolean value.
 Set the border for all for edges of a cell. Also see bottom, top, left, and right.
 Valid values are 0 - 7. 
 
-http://search.cpan.org/~jmcnamara/Spreadsheet-WriteExcel-2.11/lib/Spreadsheet/WriteExcel.pm#set_border()
+See L<Spreadsheet::WriteExcel/"set_border()">
 
 =item * border_color
 
@@ -146,7 +146,7 @@ See border_color.
 
 =item * num_format
 
-Set to the index of one of Excel's built-in number formats. See http://search.cpan.org/~jmcnamara/Spreadsheet-WriteExcel-2.11/lib/Spreadsheet/WriteExcel.pm#set_num_format()
+Set to the index of one of Excel's built-in number formats. See L<Spreadsheet::WriteExcel/"set_num_format()"> 
 
 =item * pattern