summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-18 17:16:30 -0400
committerJesse Luehrs <doy@tozt.net>2013-07-18 17:16:30 -0400
commitb73fe4b205e7a2b521ea3dd84024b21f0f10cd7f (patch)
tree79d1701f0d14878993382bed373f4f40d23d84f9
parent39f56e035e7649239c69266ce2d8ead7c255b384 (diff)
downloadspreadsheet-template-b73fe4b205e7a2b521ea3dd84024b21f0f10cd7f.tar.gz
spreadsheet-template-b73fe4b205e7a2b521ea3dd84024b21f0f10cd7f.zip
note issue with default values
-rw-r--r--lib/Spreadsheet/Template.pm10
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/Spreadsheet/Template.pm b/lib/Spreadsheet/Template.pm
index 977b85b..e4c568a 100644
--- a/lib/Spreadsheet/Template.pm
+++ b/lib/Spreadsheet/Template.pm
@@ -416,7 +416,15 @@ no Moose;
=head1 BUGS
-No known bugs.
+=over 4
+
+=item *
+
+Default values aren't handled properly - spreadsheets can set defaults for
+things like font sizes, but this isn't actually handled, so cells that are
+supposed to use the default may get an incorrect value.
+
+=back
Please report any bugs to GitHub Issues at
L<https://github.com/doy/spreadsheet-template/issues>.